Logger

fun interface Logger

Interface to pass a global logging mechanism.

Functions

Link copied to clipboard
abstract suspend fun log(lvl: LogLvl, tag: String?, message: String, throwable: Throwable?)