Logger

interface Logger

Interface that is implemented by the various Logging classes.

Inheritors

Functions

Link copied to clipboard
abstract fun getLogsDirectory(): String
Link copied to clipboard
abstract fun logDebug(msg: String)
Link copied to clipboard
abstract fun logError(msg: String, e: Exception)