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.2 $ $Date: 2001/12/11 09:53:29 $
Author:
Giacomo Pati

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

Method Detail

setLogKitManager

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


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.