WARNING_VALUE

val WARNING_VALUE: Int = 400
## Warnings

Warning-level logging is used to indicate conditions that are not necessarily errors, and which may be recoverable,
but still need operator or developer or user attention.
WARNING = 400;