org.apache.avalon.excalibur.logger
Interface LoggerManager
- All Known Implementing Classes:
- DefaultLoggerManager, Log4JLoggerManager, LoggerLoggerManager, LogKitLoggerManager, SimpleLogKitManager
- public interface LoggerManager
LoggerManager Interface. This is the interface used to get instances of
a Logger for your system.
- Version:
- CVS $Revision: 1.3 $ $Date: 2002/11/10 03:35:06 $
- Author:
- Berin Loritsch
ROLE
public static final String ROLE
getLoggerForCategory
public Logger getLoggerForCategory(String categoryName)
- Return the Logger for the specified category.
getDefaultLogger
public Logger getDefaultLogger()
- Return the default Logger. This is basically the same
as getting the Logger for the "" category.
Copyright © 2000-2003 Apache Jakarta Project. All Rights Reserved.