Logger

interface Logger

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun debug(msg: () -> String)
abstract fun debug(ex: Throwable, msg: () -> String)
Link copied to clipboard
abstract fun error(msg: () -> String)
abstract fun error(ex: Throwable, msg: () -> String)
Link copied to clipboard
abstract fun info(msg: () -> String)
abstract fun info(ex: Throwable, msg: () -> String)
Link copied to clipboard
abstract fun trace(msg: () -> String)
abstract fun trace(ex: Throwable, msg: () -> String)
Link copied to clipboard
abstract fun warn(msg: () -> String)
abstract fun warn(ex: Throwable, msg: () -> String)

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Extensions

Link copied to clipboard
fun Logger.adaptor(): MockKAgentLogger