LoggingWrapper

class LoggingWrapper(cfg: LoggingConfiguration, tag: String = DEFAULT_LOGGING_TAG)

Constructors

Link copied to clipboard
constructor(cfg: LoggingConfiguration, tag: String = DEFAULT_LOGGING_TAG)

Functions

Link copied to clipboard
suspend fun debug(message: () -> String)
Link copied to clipboard
suspend fun error(throwable: Throwable? = null, message: () -> String)
Link copied to clipboard
suspend fun info(message: () -> String)
Link copied to clipboard
suspend fun trace(message: () -> String)
Link copied to clipboard
suspend fun warn(message: () -> String)