Class LoggerSettings


  • public class LoggerSettings
    extends Object
    • Constructor Detail

      • LoggerSettings

        public LoggerSettings​(String logPath,
                              org.joda.time.Duration oldLogCleanupInterval,
                              org.joda.time.Duration oldLogMaxAge,
                              ch.qos.logback.classic.Level alertLogLevel,
                              ch.qos.logback.classic.Level clientInteractionLogLevel,
                              ch.qos.logback.classic.Level executionLogLevel,
                              ch.qos.logback.classic.Level invalidMsgLogLevel,
                              ch.qos.logback.classic.Level trafficLogLevel,
                              int maxFileSize)
    • Method Detail

      • getAlertLogLevel

        public ch.qos.logback.classic.Level getAlertLogLevel()
      • getClientInteractionLogLevel

        public ch.qos.logback.classic.Level getClientInteractionLogLevel()
      • getExecutionLogLevel

        public ch.qos.logback.classic.Level getExecutionLogLevel()
      • getInvalidMsgLogLevel

        public ch.qos.logback.classic.Level getInvalidMsgLogLevel()
      • getLogPath

        public String getLogPath()
      • getMaxFileSize

        public int getMaxFileSize()
      • getOldLogCleanupInterval

        public org.joda.time.Duration getOldLogCleanupInterval()
      • getOldLogMaxAge

        public org.joda.time.Duration getOldLogMaxAge()
      • getTrafficLogLevel

        public ch.qos.logback.classic.Level getTrafficLogLevel()