Class KotlinStreamLogger

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • 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) Low-level logging call.
      • Methods inherited from class java.lang.Object

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

      • KotlinStreamLogger

        KotlinStreamLogger(DateFormat dateFormat, Function0<Long> now)
    • Method Detail

      • log

         Unit log(Priority priority, String tag, String message, Throwable throwable)

        Low-level logging call.

        Parameters:
        priority - The priority/type of this log message.
        tag - Used to identify the source of a log message.
        message - The message you would like logged.
        throwable - An exception to log.