org.codehaus.plexus.personality.avalon
Class AvalonLogger
java.lang.Object
org.codehaus.plexus.personality.avalon.AvalonLogger
- All Implemented Interfaces:
- org.apache.avalon.framework.logger.Logger
public class AvalonLogger
- extends Object
- implements org.apache.avalon.framework.logger.Logger
Avalon wrapper around the plexus logger.
- Since:
- Jan 6, 2004
- Author:
- Dan Diephouse
Constructor Summary |
AvalonLogger(org.codehaus.plexus.logging.Logger logger)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AvalonLogger
public AvalonLogger(org.codehaus.plexus.logging.Logger logger)
debug
public void debug(String message)
- Specified by:
debug
in interface org.apache.avalon.framework.logger.Logger
- See Also:
Logger.debug(java.lang.String)
debug
public void debug(String message,
Throwable throwable)
- Specified by:
debug
in interface org.apache.avalon.framework.logger.Logger
- See Also:
Logger.debug(java.lang.String, java.lang.Throwable)
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabled
in interface org.apache.avalon.framework.logger.Logger
- See Also:
Logger.isDebugEnabled()
info
public void info(String message)
- Specified by:
info
in interface org.apache.avalon.framework.logger.Logger
- See Also:
Logger.info(java.lang.String)
info
public void info(String message,
Throwable throwable)
- Specified by:
info
in interface org.apache.avalon.framework.logger.Logger
- See Also:
Logger.info(java.lang.String, java.lang.Throwable)
isInfoEnabled
public boolean isInfoEnabled()
- Specified by:
isInfoEnabled
in interface org.apache.avalon.framework.logger.Logger
- See Also:
Logger.isInfoEnabled()
warn
public void warn(String message)
- Specified by:
warn
in interface org.apache.avalon.framework.logger.Logger
- See Also:
Logger.warn(java.lang.String)
warn
public void warn(String message,
Throwable throwable)
- Specified by:
warn
in interface org.apache.avalon.framework.logger.Logger
- See Also:
Logger.warn(java.lang.String, java.lang.Throwable)
isWarnEnabled
public boolean isWarnEnabled()
- Specified by:
isWarnEnabled
in interface org.apache.avalon.framework.logger.Logger
- See Also:
Logger.isWarnEnabled()
error
public void error(String message)
- Specified by:
error
in interface org.apache.avalon.framework.logger.Logger
- See Also:
Logger.error(java.lang.String)
error
public void error(String message,
Throwable throwable)
- Specified by:
error
in interface org.apache.avalon.framework.logger.Logger
- See Also:
Logger.error(java.lang.String, java.lang.Throwable)
isErrorEnabled
public boolean isErrorEnabled()
- Specified by:
isErrorEnabled
in interface org.apache.avalon.framework.logger.Logger
- See Also:
Logger.isErrorEnabled()
fatalError
public void fatalError(String message)
- Specified by:
fatalError
in interface org.apache.avalon.framework.logger.Logger
- See Also:
Logger.fatalError(java.lang.String)
fatalError
public void fatalError(String message,
Throwable throwable)
- Specified by:
fatalError
in interface org.apache.avalon.framework.logger.Logger
- See Also:
Logger.fatalError(java.lang.String, java.lang.Throwable)
isFatalErrorEnabled
public boolean isFatalErrorEnabled()
- Specified by:
isFatalErrorEnabled
in interface org.apache.avalon.framework.logger.Logger
- See Also:
Logger.isFatalErrorEnabled()
getChildLogger
public org.apache.avalon.framework.logger.Logger getChildLogger(String message)
- Specified by:
getChildLogger
in interface org.apache.avalon.framework.logger.Logger
- See Also:
Logger.getChildLogger(java.lang.String)
Copyright © 2001-2012 Codehaus. All Rights Reserved.