Class SdkLoggerCfg
- java.lang.Object
-
- com.sportradar.livedata.sdk.common.classes.SdkLoggerCfg
-
public class SdkLoggerCfg extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SdkLoggerCfg.MatchingFilter
-
Field Summary
Fields Modifier and Type Field Description static String
DISCRIMINATOR_KEY
-
Constructor Summary
Constructors Constructor Description SdkLoggerCfg()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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)
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 Detail
-
DISCRIMINATOR_KEY
public static final String DISCRIMINATOR_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
createAppender
public 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)
-
createAppender
public 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)
-
-