Logger

class Logger(myTag: String)

Constructors

Link copied to clipboard
constructor(myTag: String)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun error(message: String)
fun error(message: String, t: Throwable)
Link copied to clipboard
fun forceError(message: String)
Link copied to clipboard
fun info(message: String)
Link copied to clipboard
fun warn(message: String)