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 String ROLE
           
 
Method Summary
 Logger getDefaultLogger()
          Return the default Logger.
 Logger getLoggerForCategory(String categoryName)
          Return the Logger for the specified category.
 

Field Detail

ROLE

static final String ROLE
Method Detail

getLoggerForCategory

Logger getLoggerForCategory(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-2012 The Apache Software Foundation. All Rights Reserved.