org.apache.avalon.excalibur.logger
Interface LoggerManager
- All Known Implementing Classes:
- Log4JLoggerManager, LogKitLoggerManager
- public interface LoggerManager
LoggerManager Interface. This is the interface used to get instances of
a Logger for your system.
- Version:
- CVS $Revision: 1.1 $ $Date: 2002/01/17 20:44:59 $
- Author:
- Berin Loritsch
Method Summary |
org.apache.avalon.framework.logger.Logger |
getDefaultLogger()
Return the default Logger. |
org.apache.avalon.framework.logger.Logger |
getLoggerForCategory(java.lang.String categoryName)
Return the Logger for the specified category. |
getLoggerForCategory
public org.apache.avalon.framework.logger.Logger getLoggerForCategory(java.lang.String categoryName)
- Return the Logger for the specified category.
getDefaultLogger
public org.apache.avalon.framework.logger.Logger getDefaultLogger()
- Return the default Logger. This is basically the same
as getting the Logger for the "" category.
Copyright © 2001 Apache Jakarta Project. All Rights Reserved.