Logger

abstract class Logger

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract val tag: String

Functions

Link copied to clipboard
inline fun debug(msg: String, err: Throwable? = null)
Link copied to clipboard
inline fun error(msg: String, err: Throwable? = null)
Link copied to clipboard
inline fun info(msg: String, err: Throwable? = null)
Link copied to clipboard
abstract fun log(msg: String, level: LogLevel, err: Throwable?)
Link copied to clipboard
inline fun trace(msg: String, err: Throwable? = null)
Link copied to clipboard
inline fun warn(msg: String, err: Throwable? = null)