Class SdkLoggerCfg
java.lang.Object
com.sportradar.livedata.sdk.common.classes.SdkLoggerCfg
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ch.qos.logback.core.Appender<ch.qos.logback.classic.spi.ILoggingEvent> createAppender(SdkLogAppenderType appenderType, String logPath, ch.qos.logback.classic.Level threshold, String logPattern, boolean whitelistFilter, String markerName, int maxFileSize) static ch.qos.logback.core.Appender<ch.qos.logback.classic.spi.ILoggingEvent> createAppender(SdkLogAppenderType appenderType, String logPath, ch.qos.logback.classic.Level threshold, String logPattern, boolean whitelistFilter, String markerName, String logSubdirectory, int maxFileSize) 
- 
Field Details- 
DISCRIMINATOR_KEY- See Also:
 
 
- 
- 
Constructor Details- 
SdkLoggerCfgpublic SdkLoggerCfg()
 
- 
- 
Method Details- 
createAppenderpublic static ch.qos.logback.core.Appender<ch.qos.logback.classic.spi.ILoggingEvent> createAppender(SdkLogAppenderType appenderType, String logPath, ch.qos.logback.classic.Level threshold, String logPattern, boolean whitelistFilter, String markerName, int maxFileSize) 
- 
createAppenderpublic static ch.qos.logback.core.Appender<ch.qos.logback.classic.spi.ILoggingEvent> createAppender(SdkLogAppenderType appenderType, String logPath, ch.qos.logback.classic.Level threshold, String logPattern, boolean whitelistFilter, String markerName, String logSubdirectory, int maxFileSize) 
 
-