onLoggerReceived

abstract fun onLoggerReceived(level: LoggerReceiver.Level, tag: String, message: String)

Handles a single log message.

Parameters

level

severity of the message.

tag

component or module that produced the message.

message

formatted message text.