Uses of Interface
org.apache.avalon.excalibur.logger.LogKitManager

Packages that use LogKitManager
org.apache.avalon.excalibur.component Extended component management services. 
org.apache.avalon.excalibur.logger   
 

Uses of LogKitManager in org.apache.avalon.excalibur.component
 

Methods in org.apache.avalon.excalibur.component with parameters of type LogKitManager
 void ExcaliburComponentSelector.setLogKitManager(LogKitManager logkit)
          Deprecated. Configure the LogKitManager
 void ExcaliburComponentManager.setLogKitManager(LogKitManager logkit)
          Deprecated. Configure the LogKitManager
 

Constructors in org.apache.avalon.excalibur.component with parameters of type LogKitManager
LogkitLoggerManager(LoggerManager loggerManager, LogKitManager logKitManager)
          Deprecated.  
 

Uses of LogKitManager in org.apache.avalon.excalibur.logger
 

Classes in org.apache.avalon.excalibur.logger that implement LogKitManager
 class DefaultLogKitManager
          Deprecated. we should use the new LogKitLoggerManager interface that directly supports the new framework Logger interface.
 

Methods in org.apache.avalon.excalibur.logger with parameters of type LogKitManager
 void LogKitManageable.setLogKitManager(LogKitManager logKitManager)
          Sets the LogKitManager for child components.
 



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