common / com.mapbox.base.common.logger / Logger / i

i

abstract fun i(tag: Tag? = null, msg: Message, tr: Throwable? = null): Unit

Send an info log message and log the exception.

Parameters

tag - is Tag used to identify the source of a log message. It usually identifies the class or activity where the log call occurs.

msg - is Message you would like logged.

tr - An exception to log