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.2 $ $Date: 2002/08/07 13:36:59 $
Author:
Giacomo Pati

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 © 2000-2003 Apache Jakarta Project. All Rights Reserved.