i

abstract fun i(tag: String, message: String, tr: Throwable? = null)

Logs an info.

Parameters

tag

calling object

message

the message to log

tr

exception to log (may be null).