org.apache.avalon.excalibur.logger
Interface LoggerManager
- All Known Implementing Classes:
- AbstractLoggerManager, CachingDecorator, ConsoleLoggerManager, DefaultLoggerManager, Log4JAdapter, Log4JConfAdapter, Log4JConfLoggerManager, Log4JLoggerManager, LoggerLoggerManager, LoggerManagerDecorator, LoggerManagerTee, LogKitAdapter, LogKitLoggerManager, LogToSelfDecorator, OverrideDefaultDecorator, PrefixDecorator, SimpleLogKitManager
public interface LoggerManager
LoggerManager Interface. This is the interface used to get instances of
a Logger for your system.
- Version:
- CVS $Revision: 1.9 $ $Date: 2004/03/10 13:54:50 $
- Author:
- Avalon Development Team
Field Summary |
static java.lang.String |
ROLE
|
ROLE
static final java.lang.String ROLE
getLoggerForCategory
Logger getLoggerForCategory(java.lang.String categoryName)
- Return the Logger for the specified category.
getDefaultLogger
Logger getDefaultLogger()
- Return the default Logger. This is basically the same
as getting the Logger for the "" category.
Copyright © 1997-2011 Apache Software Foundation. All Rights Reserved.