org.apache.avalon.excalibur.logger
Interface LoggerManager
- All Known Implementing Classes:
- AbstractLoggerManager, DefaultLoggerManager, Log4JAdapter, Log4JLoggerManager, LoggerLoggerManager, LoggerManagerDecorator, LoggerManagerTee, LogKitAdapter, LogKitLoggerManager, 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.4 $ $Date: 2004/02/28 11:47:35 $
- Author:
- Avalon Development Team
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 © 1997-2004 The Apache Software Foundation. All Rights Reserved.