LogLevel

object LogLevel

Log level filter definitions

Properties

Link copied to clipboard
const val DEBUG: Int = 1
Link copied to clipboard
const val ERROR: Int = 4
Link copied to clipboard
const val INFO: Int = 2
Link copied to clipboard
const val VERBOSE: Int = 0
Link copied to clipboard
const val WARN: Int = 3