|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.avalon.framework.logger.AbstractLogEnabled | +--org.apache.avalon.excalibur.logger.factory.AbstractTargetFactory
AbstractTargetFactory class. This factory implements basic functionality for LogTargetFactories
Field Summary | |
protected Configuration |
m_configuration
The Configuration object |
protected Context |
m_context
The Context object |
Constructor Summary | |
AbstractTargetFactory()
|
Method Summary | |
void |
configure(Configuration configuration)
Get the Configuration object |
void |
contextualize(Context context)
Get the Context object |
abstract LogTarget |
createTarget(Configuration configuration)
Create a LogTarget based on a Configuration |
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Configuration m_configuration
protected Context m_context
Constructor Detail |
public AbstractTargetFactory()
Method Detail |
public abstract LogTarget createTarget(Configuration configuration) throws ConfigurationException
LogTargetFactory
createTarget
in interface LogTargetFactory
ConfigurationException
public void configure(Configuration configuration) throws ConfigurationException
configure
in interface Configurable
ConfigurationException
public void contextualize(Context context) throws ContextException
contextualize
in interface Contextualizable
ContextException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |