Object SinchLogger
-
- All Implemented Interfaces:
-
com.sinch.android.rtc.internal.client.log.LogSink,com.sinch.httpclient.Logger,org.webrtc.Loggable
public class SinchLogger implements LogSink, Loggable, LoggerObject handling logging inside the Sinch SDK.
-
-
Field Summary
Fields Modifier and Type Field Description private IntegerminLogLevelpublic final static SinchLoggerINSTANCE
-
Method Summary
Modifier and Type Method Description IntegergetMinLogLevel()Minimum log level severity of the messages logged by the SDK. UnitsetMinLogLevel(Integer value)Minimum log level severity of the messages logged by the SDK. -
-
Method Detail
-
getMinLogLevel
Integer getMinLogLevel()
Minimum log level severity of the messages logged by the SDK. Possible values are LogLevel.CRITICAL, LogLevel.WARN, LogLevel.INFO and LogLevel.TRACE. Defaults to LogLevel.INFO.
-
setMinLogLevel
Unit setMinLogLevel(Integer value)
Minimum log level severity of the messages logged by the SDK. Possible values are LogLevel.CRITICAL, LogLevel.WARN, LogLevel.INFO and LogLevel.TRACE. Defaults to LogLevel.INFO.
-
-
-
-