log

abstract fun log(tag: String, message: String)(source)

Logs a message with the specified tag.

Parameters

tag

The tag to identify the source of the log message

message

The message to be logged