Logger

class Logger

Author

Umang Chamaria

Types

Link copied to clipboard
object Companion
Link copied to clipboard
enum LogLevel : Enum<Logger.LogLevel>

Logging level

Functions

Link copied to clipboard
fun log(    level: Logger.LogLevel = LogLevel.VERBOSE,     throwable: Throwable? = null,     message: () -> String)