LoggerApi

interface LoggerApi

Inheritors

Functions

Link copied to clipboard
abstract fun debug(tag: String, msg: String)
Link copied to clipboard
abstract fun error(tag: String, msg: String, t: Throwable? = null)
Link copied to clipboard
abstract fun info(tag: String, msg: String)
Link copied to clipboard
abstract fun verbose(tag: String, msg: String)
Link copied to clipboard
abstract fun warn(tag: String, msg: String, t: Throwable? = null)