Logger

interface Logger

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun debug(msg: String)
Link copied to clipboard
abstract fun error(msg: String, t: Throwable? = null)
Link copied to clipboard
abstract fun info(msg: String)
Link copied to clipboard
abstract fun warning(msg: String)