DefaultLogger

Default implementation of Logger which delegates all logging to Android's default log output.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun d(tag: String, msg: String)

Log with debug severity.

Link copied to clipboard
open override fun e(tag: String, msg: String)

Log with error severity.

Link copied to clipboard
open override fun i(tag: String, msg: String)

Log with info severity.

Link copied to clipboard
open override fun v(tag: String, msg: String)

Log with verbose severity.

Link copied to clipboard
open override fun w(tag: String, msg: String)

Log with warning severity.