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.3 $ $Date: 2004/02/28 11:47:13 $
Author:
Avalon Development Team

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

Method Detail

getLogger

public Logger getLogger(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-2004 The Apache Software Foundation. All Rights Reserved.