org.apache.cocoon.core
Class CoreUtil.LoggerWrapper
java.lang.Object
org.apache.cocoon.core.CoreUtil.LoggerWrapper
- All Implemented Interfaces:
- Logger
- Enclosing class:
- CoreUtil
- protected static final class CoreUtil.LoggerWrapper
- extends Object
- implements Logger
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoreUtil.LoggerWrapper
public CoreUtil.LoggerWrapper(BootstrapEnvironment env)
text
protected void text(String arg0,
Throwable arg1)
debug
public void debug(String arg0,
Throwable arg1)
- Specified by:
debug
in interface Logger
debug
public void debug(String arg0)
- Specified by:
debug
in interface Logger
error
public void error(String arg0,
Throwable arg1)
- Specified by:
error
in interface Logger
error
public void error(String arg0)
- Specified by:
error
in interface Logger
fatalError
public void fatalError(String arg0,
Throwable arg1)
- Specified by:
fatalError
in interface Logger
fatalError
public void fatalError(String arg0)
- Specified by:
fatalError
in interface Logger
getChildLogger
public Logger getChildLogger(String arg0)
- Specified by:
getChildLogger
in interface Logger
info
public void info(String arg0,
Throwable arg1)
- Specified by:
info
in interface Logger
info
public void info(String arg0)
- Specified by:
info
in interface Logger
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabled
in interface Logger
isErrorEnabled
public boolean isErrorEnabled()
- Specified by:
isErrorEnabled
in interface Logger
isFatalErrorEnabled
public boolean isFatalErrorEnabled()
- Specified by:
isFatalErrorEnabled
in interface Logger
isInfoEnabled
public boolean isInfoEnabled()
- Specified by:
isInfoEnabled
in interface Logger
isWarnEnabled
public boolean isWarnEnabled()
- Specified by:
isWarnEnabled
in interface Logger
warn
public void warn(String arg0,
Throwable arg1)
- Specified by:
warn
in interface Logger
warn
public void warn(String arg0)
- Specified by:
warn
in interface Logger
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.