Package 

Object SilentStreamLogger

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