org.apache.avalon.excalibur.logger
Interface LogKitManager

All Known Implementing Classes:
DefaultLogKitManager

Deprecated. we should use the new LoggerManager interface that directly supports the new framework Logger interface.

public interface LogKitManager

LogKitManager Interface.

Version:
CVS $Revision: 1.7 $ $Date: 2004/03/10 13:54:50 $
Author:
Avalon Development Team

Method Summary
 Hierarchy getHierarchy()
          Deprecated. Retrieve Hierarchy for Loggers configured by the system.
 Logger getLogger(java.lang.String categoryName)
          Deprecated. Find a logger based on a category name.
 

Method Detail

getLogger

public Logger getLogger(java.lang.String categoryName)
Deprecated. 
Find a logger based on a category name.


getHierarchy

public Hierarchy getHierarchy()
Deprecated. 
Retrieve Hierarchy for Loggers configured by the system.

Returns:
the Hierarchy


Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.