log

abstract fun log(level: Level, tag: String, message: String)

Logs a message with the specified level, tag, and message.

Parameters

level

The level of the log message.

tag

The tag associated with the log message.

message

The actual message to be logged.