org.apache.avalon.excalibur.logger
Interface LogTargetFactoryManageable

All Known Implementing Classes:
DefaultLogTargetManager, AsyncLogTargetFactory, PriorityFilterTargetFactory

public interface LogTargetFactoryManageable

LogTargetFactoryManageable Interface, use this to set the LogTargetFactoryManager for child Components.

Since:
4.0
Version:
CVS $Revision: 1.2 $ $Date: 2001/12/11 09:53:29 $
Author:
Giacomo Pati

Method Summary
 void setLogTargetFactoryManager(LogTargetFactoryManager logTargetFactoryManager)
          Sets the LogTargetFactoryManager for child components.
 

Method Detail

setLogTargetFactoryManager

public void setLogTargetFactoryManager(LogTargetFactoryManager logTargetFactoryManager)
Sets the LogTargetFactoryManager for child components. Can be for special purpose components, however it is used mostly internally.


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.