DbScopeLogger

class DbScopeLogger(source: String)(source)

Constructors

Link copied to clipboard
constructor(source: String)

Types

Link copied to clipboard
object Companion

Functions

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