This project has retired. For details please refer to its
Attic page.
org.apache.avalon.excalibur.component
Class LogkitLoggerManager
java.lang.Object
org.apache.avalon.excalibur.component.LogkitLoggerManager
- All Implemented Interfaces:
- LoggerManager
Deprecated. ECM is no longer supported
- public class LogkitLoggerManager
- extends java.lang.Object
- implements LoggerManager
An adapter class to help with backwards comaptability.
- Version:
- $Revision: 1.5 $ $Date: 2004/02/28 11:47:14 $
- 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 |
LogkitLoggerManager
public LogkitLoggerManager(LoggerManager loggerManager,
LogKitManager logKitManager)
- Deprecated.
getLogKitLoggerForCategory
public Logger getLogKitLoggerForCategory(java.lang.String categoryName)
- Deprecated.
getLoggerForCategory
public Logger getLoggerForCategory(java.lang.String categoryName)
- Deprecated.
- Description copied from interface:
LoggerManager
- Return the Logger for the specified category.
- Specified by:
getLoggerForCategory
in interface LoggerManager
getDefaultLogger
public Logger getDefaultLogger()
- Deprecated.
- 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-2005 The Apache Software Foundation. All Rights Reserved.