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

w

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

Send a warning 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