onLogMessage

abstract fun onLogMessage(level: Int, area: String, message: String)

Optional method for handling log messages from the underlying calling functionality.

Parameters

level

The severity level. Same levels as android.util.Log.

area

The underlying functionality reporting the message.

message

The log message.