log

open override fun log(tag: String, message: String)(source)

Logs a message with the specified tag using Android's Log utility.

The message will be logged at the level specified in the constructor.

Parameters

tag

The tag to identify the source of the log message

message

The message to be logged