com.sun.org.apache.commons.logging.impl
Class NoOpLog
java.lang.Object
com.sun.org.apache.commons.logging.impl.NoOpLog
- All Implemented Interfaces:
- Log
public class NoOpLog
- extends java.lang.Object
- implements Log
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoOpLog
public NoOpLog()
fatal
public void fatal(java.lang.Object message)
- Specified by:
fatal
in interface Log
- See Also:
Log.fatal(java.lang.Object)
fatal
public void fatal(java.lang.Object message,
java.lang.Throwable t)
- Specified by:
fatal
in interface Log
- See Also:
Log.fatal(java.lang.Object, java.lang.Throwable)
debug
public void debug(java.lang.Object message)
- Specified by:
debug
in interface Log
- See Also:
Log.debug(java.lang.Object)
debug
public void debug(java.lang.Object message,
java.lang.Throwable t)
- Specified by:
debug
in interface Log
- See Also:
Log.debug(java.lang.Object, java.lang.Throwable)
trace
public void trace(java.lang.Object message)
- Specified by:
trace
in interface Log
- See Also:
Log.trace(java.lang.Object)
info
public void info(java.lang.Object message)
- Specified by:
info
in interface Log
- See Also:
Log.info(java.lang.Object)
error
public void error(java.lang.Object message)
- Specified by:
error
in interface Log
- See Also:
Log.error(java.lang.Object)
error
public void error(java.lang.Object message,
java.lang.Throwable cause)
- Specified by:
error
in interface Log
- See Also:
Log.error(java.lang.Object, java.lang.Throwable)
warn
public void warn(java.lang.Object message)
- Specified by:
warn
in interface Log
- See Also:
Log.warn(java.lang.Object)
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabled
in interface Log
- See Also:
Log.isDebugEnabled()
isWarnEnabled
public boolean isWarnEnabled()
- Specified by:
isWarnEnabled
in interface Log
- See Also:
Log.isWarnEnabled()
isInfoEnabled
public boolean isInfoEnabled()
- Specified by:
isInfoEnabled
in interface Log
- See Also:
Log.isInfoEnabled()
isErrorEnabled
public boolean isErrorEnabled()
- Specified by:
isErrorEnabled
in interface Log
- See Also:
Log.isErrorEnabled()
isTraceEnabled
public boolean isTraceEnabled()
- Specified by:
isTraceEnabled
in interface Log
- See Also:
Log.isTraceEnabled()
Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.