Class AndroidStreamLogger

  • All Implemented Interfaces:
    io.getstream.log.StreamLogger

    
    public final class AndroidStreamLogger
     implements StreamLogger
                        

    The StreamLogger implementation for Android.

    This logger traces the current thread on Android and following the Android log priorities.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit log(Priority priority, String tag, String message, Throwable throwable)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait