org.apache.avalon.excalibur.logger
Interface LogKitManageable


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

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-2012 The Apache Software Foundation. All Rights Reserved.