|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jmonks.batch.framework.config.JobLoggingConfig org.jmonks.batch.framework.config.xml.XMLJobLoggingConfig
Reads the job logging configuration from the XML job configuration file.
Nested Class Summary |
Nested classes inherited from class org.jmonks.batch.framework.config.JobLoggingConfig |
JobLoggingConfig.JobLoggerConfig |
Field Summary | |
static java.lang.String |
JOB_LOGGING_CONFIG_ELEMENT_NAME
Element name represents the job logging config which is job-logging-config . |
Constructor Summary | |
XMLJobLoggingConfig(org.w3c.dom.Element jobLoggingConfigElement)
Loads the job logging config object from the input element represents job-logging-config element. |
Methods inherited from class org.jmonks.batch.framework.config.JobLoggingConfig |
addLogger, getLoggers, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String JOB_LOGGING_CONFIG_ELEMENT_NAME
job-logging-config
.
Constructor Detail |
public XMLJobLoggingConfig(org.w3c.dom.Element jobLoggingConfigElement)
Loads the job logging config object from the input element represents
job-logging-config element. This element represents the following XML block.
<job-logging-config> <job-logger-config logger-name="com.mycompany.batch.xyz" logger-level="DEBUG"/> <job-logger-config logger-name="com.mycompany.batch.abc.processor" logger-level="ERROR"/> </job-logging-config>
jobLoggingConfigElement
- XML DOM Element represents the job-logging-config element.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |