DEBUG_VALUE

val DEBUG_VALUE: Int = 200
## Debug

Debug-level logging is typically used during development, or diagnosis of bugs; it is often only activated in rare
circumstances. Debug logging should withhold enough messages to be useful in diagnosis, so it is one level above
`TRACE`-level logging.
DEBUG = 200;