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.4 $ $Date: 2002/01/17 20:44:59 $
Author:
Giacomo Pati

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

Method Detail

getLogger

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

getHierarchy

public org.apache.log.Hierarchy getHierarchy()
Deprecated. 
Retrieve Hierarchy for Loggers configured by the system.
Returns:
the Hierarchy


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.