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 of the message to be processed by the sink. UnitsetMinLogLevel(Integer minLogLevel)Minimum log level of the message to be processed by the sink. -
-
Method Detail
-
getMinLogLevel
Integer getMinLogLevel()
Minimum log level of the message to be processed by the sink.
-
setMinLogLevel
Unit setMinLogLevel(Integer minLogLevel)
Minimum log level of the message to be processed by the sink.
-
-
-
-