Logger

interface Logger

A logger that can be injected to log messages from the DigitalFlyer.

Functions

Link copied to clipboard
abstract fun debug(message: String)
Link copied to clipboard
abstract fun error(message: String)
Link copied to clipboard
abstract fun info(message: String)
Link copied to clipboard
abstract fun verbose(message: String)
Link copied to clipboard
abstract fun warning(message: String)