org.jmonks.batch.framework.config
Class JobLoggingConfig.JobLoggerConfig

java.lang.Object
  extended byorg.jmonks.batch.framework.config.JobLoggingConfig.JobLoggerConfig
Enclosing class:
JobLoggingConfig

public class JobLoggingConfig.JobLoggerConfig
extends java.lang.Object

JobLoggerConfig holds the information of each logger defined for the job.


Method Summary
 java.lang.String getLoggerLevel()
          Returns the logger level.
 java.lang.String getLoggerName()
          Returns the logger name.
 java.lang.String toString()
           Returns the string representation of JobLoggerConfig class in the format
{JobLoggerConfig [loggerName = value] [loggerLevel = value]}
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getLoggerName

public java.lang.String getLoggerName()
Returns the logger name.


getLoggerLevel

public java.lang.String getLoggerLevel()
Returns the logger level.


toString

public java.lang.String toString()

Returns the string representation of JobLoggerConfig class in the format
{JobLoggerConfig [loggerName = value] [loggerLevel = value]}

Returns:
Returns the string representation of JobLoggerConfig.