org.apache.avalon.excalibur.logger
Interface LoggerManager

All Known Implementing Classes:
AbstractLoggerManager, ConsoleLoggerManager, DefaultLoggerManager, Log4JAdapter, Log4JLoggerManager, LoggerLoggerManager, LoggerManagerDecorator, LoggerManagerTee, LogKitAdapter, LogkitLoggerManager, 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.9 $ $Date: 2004/03/10 13:54:50 $
Author:
Avalon Development Team

Field Summary
static java.lang.String ROLE
           
 
Method Summary
 Logger getDefaultLogger()
          Return the default Logger.
 Logger getLoggerForCategory(java.lang.String categoryName)
          Return the Logger for the specified category.
 

Field Detail

ROLE

public static final java.lang.String ROLE
Method Detail

getLoggerForCategory

public Logger getLoggerForCategory(java.lang.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-2005 The Apache Software Foundation. All Rights Reserved.