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, Logger
                        

    Object handling logging inside the Sinch SDK.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Integer getMinLogLevel() Minimum log level severity of the messages logged by the SDK.
      Unit setMinLogLevel(Integer value) Minimum log level severity of the messages logged by the SDK.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.