sys::Obj sys::Enum sys::LogLevel
@Serializable { simple=true }
LogLevel provides a set of discrete levels used to customize logging. See Logging for details.
const static LogLevel debug := ...
const static LogLevel err := ...
static new fromStr(Str name, Bool checked := true)
Return the LogLevel instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
const static LogLevel info := ...
const static LogLevel silent := ...
const static LogLevel[] vals := ...
List of LogLevel values indexed by ordinal
const static LogLevel warn := ...
sys 1.0.82∙26-Jun-2025 Thu 13:18:34 EDT