Logger

Functions

Link copied to clipboard
fun debug(logLevel: LogLevel, scope: LogScope, message: String = "", info: Map<String, Any>? = null, error: Throwable? = null)
Link copied to clipboard
fun shouldPrint(logLevel: LogLevel, scope: LogScope): Boolean