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

Logger

interface Logger

Logger definition

Functions

d

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

Send a debug log message and log the exception.

e

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

Send an error log message and log the exception.

i

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

Send an info log message and log the exception.

v

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

Send a verbose log message and log the exception.

w

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

Send a warning log message and log the exception.