|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.avalon.excalibur.logger.factory.AbstractTargetFactory
public abstract class 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 |
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 |
Methods inherited from interface org.apache.avalon.excalibur.logger.LogTargetFactory |
---|
createTarget |
Field Detail |
---|
protected Configuration m_configuration
protected Context m_context
Constructor Detail |
---|
public AbstractTargetFactory()
Method Detail |
---|
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 |