Logger

interface Logger(source)

Simple logging interface to avoid external dependencies

Inheritors

Functions

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