org.apache.avalon.excalibur.logger
Interface LogTargetFactoryManageable
- All Known Implementing Classes:
- AsyncLogTargetFactory, DefaultLogTargetManager, PriorityFilterTargetFactory
- public interface LogTargetFactoryManageable
LogTargetFactoryManageable Interface, use this to set the LogTargetFactoryManager
for child Components.
- Since:
- 4.0
- Version:
- CVS $Revision: 1.7 $ $Date: 2004/03/10 13:54:50 $
- Author:
- Avalon Development Team
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 © 1997-2005 The Apache Software Foundation. All Rights Reserved.