handle

open override fun handle(level: Level, tag: String, message: String, throwable: Throwable?)(source)

Handle a log message by outputting it to Android Logcat.

Parameters

level

The severity level of the log message

tag

The tag for the log message

message

The actual log message

throwable

Optional throwable/exception associated with the log