Companion

object Companion

Functions

Link copied to clipboard
fun name(e: Int): String

Properties

Link copied to clipboard
const val ERROR: Byte = 4

Error, something goes wrong

Link copied to clipboard
const val FATAL: Byte = 5

Fatal error, this should not happen

Link copied to clipboard
const val INFO: Byte = 1

Information which should be shown to user

Link copied to clipboard
Link copied to clipboard
const val PRUDENCE: Byte = 2

Significant information which should be shown to user

Link copied to clipboard
const val SUCCESS: Byte = 0

Success level, just for confirmation

Link copied to clipboard
const val TRACE: Byte

Trace level should not be shown to user, this message is just for debbugging purpose

Link copied to clipboard
const val WARNING: Byte = 3

Warning of something