LoggerDelegate

interface LoggerDelegate

Functions

Link copied to clipboard
abstract fun debug(tag: String, msg: String)

Debug Level Logging

Link copied to clipboard
abstract fun error(tag: String, msg: String)

Error Level Logging

Link copied to clipboard
abstract fun verbose(tag: String, msg: String)

Verbose Level Logging