org.eclipse.jetty.jsp
Class JettyLog

java.lang.Object
  extended by org.eclipse.jetty.jsp.JettyLog
All Implemented Interfaces:
com.sun.org.apache.commons.logging.Log

public class JettyLog
extends Object
implements com.sun.org.apache.commons.logging.Log

Version:
$Revision: 1571 $ $Date: 2010-04-27 21:11:19 +1000 (Tue, 27 Apr 2010) $

Constructor Summary
JettyLog(String name)
           
 
Method Summary
 void debug(Object o)
           
 void debug(Object o, Throwable throwable)
           
 void error(Object o)
           
 void error(Object o, Throwable throwable)
           
 void fatal(Object o)
           
 void fatal(Object o, Throwable throwable)
           
 void info(Object o)
           
static void init()
          Called via reflection from WebXmlProcessor
 boolean isDebugEnabled()
           
 boolean isErrorEnabled()
           
 boolean isInfoEnabled()
           
 boolean isTraceEnabled()
           
 boolean isWarnEnabled()
           
 void trace(Object o)
           
 void warn(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JettyLog

public JettyLog(String name)
Method Detail

init

public static void init()
Called via reflection from WebXmlProcessor


fatal

public void fatal(Object o)
Specified by:
fatal in interface com.sun.org.apache.commons.logging.Log

fatal

public void fatal(Object o,
                  Throwable throwable)
Specified by:
fatal in interface com.sun.org.apache.commons.logging.Log

isErrorEnabled

public boolean isErrorEnabled()
Specified by:
isErrorEnabled in interface com.sun.org.apache.commons.logging.Log

error

public void error(Object o)
Specified by:
error in interface com.sun.org.apache.commons.logging.Log

error

public void error(Object o,
                  Throwable throwable)
Specified by:
error in interface com.sun.org.apache.commons.logging.Log

isWarnEnabled

public boolean isWarnEnabled()
Specified by:
isWarnEnabled in interface com.sun.org.apache.commons.logging.Log

warn

public void warn(Object o)
Specified by:
warn in interface com.sun.org.apache.commons.logging.Log

isInfoEnabled

public boolean isInfoEnabled()
Specified by:
isInfoEnabled in interface com.sun.org.apache.commons.logging.Log

info

public void info(Object o)
Specified by:
info in interface com.sun.org.apache.commons.logging.Log

isDebugEnabled

public boolean isDebugEnabled()
Specified by:
isDebugEnabled in interface com.sun.org.apache.commons.logging.Log

debug

public void debug(Object o)
Specified by:
debug in interface com.sun.org.apache.commons.logging.Log

debug

public void debug(Object o,
                  Throwable throwable)
Specified by:
debug in interface com.sun.org.apache.commons.logging.Log

isTraceEnabled

public boolean isTraceEnabled()
Specified by:
isTraceEnabled in interface com.sun.org.apache.commons.logging.Log

trace

public void trace(Object o)
Specified by:
trace in interface com.sun.org.apache.commons.logging.Log


Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.