Logger

interface Logger(source)

Since

0.3.0-beta01

Inheritors

Functions

Link copied to clipboard
abstract fun debug(message: String)
Link copied to clipboard
abstract fun info(message: String)
Link copied to clipboard
abstract fun warn(message: String, throwable: Throwable? = null)