log

open fun log(severity: Int, tag: String, message: String)

Send a log message based on severity.

Parameters

severity

the log severity

tag

Used to identify the source of a log message. It usually identifies the class or activity where the log call occurs.

message

The message you would like logged.