org.apache.avalon.excalibur.logger
インタフェース LogKitManageable

既知の実装クラスの一覧:
ExcaliburComponentManager, ExcaliburComponentSelector

public interface LogKitManageable

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

導入されたバージョン:
4.0
バージョン:
CVS $Revision: 1.2 $ $Date: 2001/12/11 09:53:29 $
作成者:
Giacomo Pati

メソッドの概要
 void setLogKitManager(LogKitManager logmanager)
          Sets the LogKitManager for child components.
 

メソッドの詳細

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."