Logger

interface Logger

Inheritors

Functions

Link copied to clipboard
abstract fun error(logMessage: String, throwable: Throwable? = null)
Link copied to clipboard
abstract fun verbose(logMessage: String, throwable: Throwable? = null)