Class SdkLoggerCfg
java.lang.Object
com.sportradar.livedata.sdk.common.classes.SdkLoggerCfg
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
SdkLoggerCfg
public SdkLoggerCfg()
-
-
Method Details
-
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)
-