|
|||||||||||
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 |
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
configuration
- the class configurations. Must not be null
.
ConfigurationException
- if an error occurspublic void contextualize(Context context) throws ContextException
contextualize
in interface Contextualizable
context
- the context. Must not be null
.
ContextException
- if context is invalid
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |