Logger

interface Logger

The logger interface used to log information to the console.

Functions

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

Logs a debug message.

error
Link copied to clipboard
abstract fun error(tag: String?, message: String?, error: Throwable?)

Logs an error message.

warning
Link copied to clipboard
abstract fun warning(tag: String?, message: String?)

Logs a warning message.

Inheritors

AndroidLogger
Link copied to clipboard