Logger

object Logger : LogInterface

Functions

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

Send a debugging log

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

Send an error log

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

Send an information log

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

Send a warning log

Properties

Link copied to clipboard
var logger: LogInterface? = null