Logger

interface Logger

Types

Link copied to clipboard
enum LogMode : Enum<Logger.LogMode>

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 warn(message: String)

Properties

Link copied to clipboard
abstract var logMode: Logger.LogMode