com.sun.org.apache.commons.logging.impl
Class JettyLog
java.lang.Object
com.sun.org.apache.commons.logging.impl.JettyLog
- All Implemented Interfaces:
- com.sun.org.apache.commons.logging.Log
public class JettyLog
- extends java.lang.Object
- implements com.sun.org.apache.commons.logging.Log
Log
Bridges the com.sun.org.apache.commons.logging.Log to Jetty's log.
Constructor Summary |
JettyLog(java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JettyLog
public JettyLog(java.lang.String name)
fatal
public void fatal(java.lang.Object message)
- Specified by:
fatal
in interface com.sun.org.apache.commons.logging.Log
fatal
public void fatal(java.lang.Object message,
java.lang.Throwable t)
- Specified by:
fatal
in interface com.sun.org.apache.commons.logging.Log
debug
public void debug(java.lang.Object message)
- Specified by:
debug
in interface com.sun.org.apache.commons.logging.Log
debug
public void debug(java.lang.Object message,
java.lang.Throwable t)
- Specified by:
debug
in interface com.sun.org.apache.commons.logging.Log
trace
public void trace(java.lang.Object message)
- Specified by:
trace
in interface com.sun.org.apache.commons.logging.Log
info
public void info(java.lang.Object message)
- Specified by:
info
in interface com.sun.org.apache.commons.logging.Log
error
public void error(java.lang.Object message)
- Specified by:
error
in interface com.sun.org.apache.commons.logging.Log
error
public void error(java.lang.Object message,
java.lang.Throwable cause)
- Specified by:
error
in interface com.sun.org.apache.commons.logging.Log
warn
public void warn(java.lang.Object message)
- Specified by:
warn
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
isWarnEnabled
public boolean isWarnEnabled()
- Specified by:
isWarnEnabled
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
isErrorEnabled
public boolean isErrorEnabled()
- Specified by:
isErrorEnabled
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
Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.