org.apache.avalon.excalibur.logger.factory
Class AbstractTargetFactory
java.lang.Object
|
+--org.apache.avalon.framework.logger.AbstractLogEnabled
|
+--org.apache.avalon.excalibur.logger.factory.AbstractTargetFactory
- All Implemented Interfaces:
- Configurable, Contextualizable, LogEnabled, LogTargetFactory
- Direct Known Subclasses:
- AsyncLogTargetFactory, DatagramTargetFactory, FileTargetFactory, PriorityFilterTargetFactory, ServletTargetFactory, SMTPTargetFactory, SocketTargetFactory, StreamTargetFactory
- public abstract class AbstractTargetFactory
- extends AbstractLogEnabled
- implements LogTargetFactory, Configurable, Contextualizable
AbstractTargetFactory class.
This factory implements basic functionality for LogTargetFactories
- Since:
- 4.0
- Version:
- CVS $Revision: 1.4 $ $Date: 2004/02/28 11:47:27 $
- Author:
- Avalon Development Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_configuration
protected Configuration m_configuration
- The Configuration object
m_context
protected Context m_context
- The Context object
AbstractTargetFactory
public AbstractTargetFactory()
configure
public void configure(Configuration configuration)
throws ConfigurationException
- Get the Configuration object
- Specified by:
configure
in interface Configurable
ConfigurationException
contextualize
public void contextualize(Context context)
throws ContextException
- Get the Context object
- Specified by:
contextualize
in interface Contextualizable
ContextException
Copyright © 1997-2004 The Apache Software Foundation. All Rights Reserved.