Class LoggerSettings
- java.lang.Object
-
- com.sportradar.livedata.sdk.common.settings.LoggerSettings
-
public class LoggerSettings extends Object
-
-
Constructor Summary
Constructors Constructor Description 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ch.qos.logback.classic.Level
getAlertLogLevel()
ch.qos.logback.classic.Level
getClientInteractionLogLevel()
ch.qos.logback.classic.Level
getExecutionLogLevel()
ch.qos.logback.classic.Level
getInvalidMsgLogLevel()
String
getLogPath()
int
getMaxFileSize()
org.joda.time.Duration
getOldLogCleanupInterval()
org.joda.time.Duration
getOldLogMaxAge()
ch.qos.logback.classic.Level
getTrafficLogLevel()
-
-
-
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()
-
-