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 Warning: Byte = 3

Warning of something