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 of the message to be processed by the sink.
      Unit setMinLogLevel(Integer minLogLevel) Minimum log level of the message to be processed by the sink.
      • Methods inherited from class java.lang.Object

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