|
|||||||||||
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
JobLoggingConfig holds the list of loggers defined for this job. Each logger will be represented by the JobLoggerConfig object. Implementation of this class will be done by the classes defined in corresponding factories.
Nested Class Summary | |
class |
JobLoggingConfig.JobLoggerConfig
JobLoggerConfig holds the information of each logger defined for the job. |
Constructor Summary | |
JobLoggingConfig()
|
Method Summary | |
protected void |
addLogger(java.lang.String loggerName,
java.lang.String loggerLevel)
|
JobLoggingConfig.JobLoggerConfig[] |
getLoggers()
Gets the array of JobLoggerConfig objects defined for this job. |
java.lang.String |
toString()
Returns the string representation of JobLoggingConfig class in the format {JobLoggingConfig [loggerList = value]} |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JobLoggingConfig()
Method Detail |
public JobLoggingConfig.JobLoggerConfig[] getLoggers()
protected void addLogger(java.lang.String loggerName, java.lang.String loggerLevel)
public java.lang.String toString()
Returns the string representation of JobLoggingConfig class in the format
{JobLoggingConfig [loggerList = value]}
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |