org.apache.avalon.excalibur.logger
Class LoggerLoggerManager
java.lang.Object
org.apache.avalon.excalibur.logger.LoggerLoggerManager
- All Implemented Interfaces:
- LoggerManager
public class LoggerLoggerManager
- extends Object
- implements LoggerManager
A LoggerManager that operates off of an existing Logger instance.
- Author:
- Avalon Development Team
Fields inherited from interface org.apache.avalon.excalibur.logger.LoggerManager |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggerLoggerManager
public LoggerLoggerManager(Logger logger)
getLoggerForCategory
public Logger getLoggerForCategory(String categoryName)
- Description copied from interface:
LoggerManager
- Return the Logger for the specified category.
- Specified by:
getLoggerForCategory
in interface LoggerManager
getDefaultLogger
public Logger getDefaultLogger()
- Description copied from interface:
LoggerManager
- Return the default Logger. This is basically the same
as getting the Logger for the "" category.
- Specified by:
getDefaultLogger
in interface LoggerManager
Copyright © 1997-2012 The Apache Software Foundation. All Rights Reserved.