Levels

object Levels

Properties

Link copied to clipboard
const val DEBUG_INT: Int = 10
Link copied to clipboard
const val ERROR_INT: Int = 40
Link copied to clipboard
const val INFO_INT: Int = 20
Link copied to clipboard
const val OFF_INT: Int = 50
Link copied to clipboard
const val TRACE_INT: Int = 0
Link copied to clipboard
const val WARN_INT: Int = 30

Functions

Link copied to clipboard
fun intToLevel(levelInt: Int): Level