org.apache.avalon.excalibur.logger
インタフェース LoggerManager
- 既知の実装クラスの一覧:
- Log4JLoggerManager, LogKitLoggerManager
- public interface LoggerManager
LoggerManager Interface. This is the interface used to get instances of
a Logger for your system.
- バージョン:
- CVS $Revision: 1.1 $ $Date: 2002/01/17 20:44:59 $
- 作成者:
- Berin Loritsch
メソッドの概要 |
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."