Logger

interface Logger

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun error(message: String)
Link copied to clipboard
abstract fun exception(e: Throwable)
Link copied to clipboard
abstract fun info(message: String)
Link copied to clipboard
abstract fun logging(message: String)
Link copied to clipboard
abstract fun warn(message: String)