org.apache.avalon.excalibur.logger
Interface LogKitManageable

All Known Implementing Classes:
ExcaliburComponentManager, ExcaliburComponentSelector

public interface LogKitManageable

LogKitManageable Interface, use this to set the LogKitManagers for child Components.

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

Method Summary
 void setLogKitManager(LogKitManager logKitManager)
          Sets the LogKitManager for child components.
 

Method Detail

setLogKitManager

public void setLogKitManager(LogKitManager logKitManager)
Sets the LogKitManager for child components. Can be for special purpose components, however it is used mostly internally.

Parameters:
logKitManager - The LogKitManager fot child components.


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