AnsaLogger

interface AnsaLogger

Functions

Link copied to clipboard
abstract fun debug(message: String)
Link copied to clipboard
abstract fun error(message: String, error: Throwable? = null)
Link copied to clipboard
abstract fun info(message: String)
Link copied to clipboard
abstract fun warning(message: String)