handle

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

Handle a log message.

Since

0.0.1

Parameters

level

The severity level of the log message

tag

The tag for the log message (auto-generated or globally set)

message

The actual log message

throwable

Optional throwable/exception associated with the log