|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jmonks.batch.framework.config.FrameworkConfig.FrameworkLoggingConfig
FrameworkLoggingConfig class holds configuration required to enable the framework logging by LoggingManager. This configuration would be like the directory needs to write job log files and logging level of the framework logs & job logs and base package name to be used to create the logging handlers. This class can be accessed by all the classes in the framework but cannot be instantiated outside of this class.
This class represents the following information for the framework configration file
<framework-logging-config framework-logging-level="DEBUG" job-logging-direcotry="/batchserver/logs" job-base-package-name="com.mycompany.batch" job-logging-level="DEBUG"/>
Method Summary | |
java.lang.String |
getFrameworkLoggingLevel()
Returns the framework log level to use for the logging. |
java.lang.String |
getJobBasePackageName()
Returns the base package name to be used for the logging. |
java.lang.String |
getJobLoggingDirecotry()
Returns the job logging directory name, where to all the job logs needs to be written. |
java.lang.String |
getJobLoggingLevel()
Returns the job log level to use for the logging. |
java.lang.String |
toString()
Returns the string representation of FrameworkLoggingConfig class in the format {FrameworkLoggingConfig [jobLoggingDirectory = value] [frameworkLoggingLevel = value] [jobBasePackageName = value] [jobLoggingLevel = value]} |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.lang.String getJobLoggingDirecotry()
public java.lang.String getFrameworkLoggingLevel()
public java.lang.String getJobLoggingLevel()
public java.lang.String getJobBasePackageName()
public java.lang.String toString()
Returns the string representation of FrameworkLoggingConfig class in the format
{FrameworkLoggingConfig [jobLoggingDirectory = value] [frameworkLoggingLevel = value]
[jobBasePackageName = value] [jobLoggingLevel = value]}
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |