LogLevel
@Serializable { simple=true }
const class LogLevel : Enum
LogLevel provides a set of discrete levels used to customize logging. See Logging for details.
Return the LogLevel instance for the specified name
List of LogLevel values indexed by ordinal
const static LogLevel : debug
const static LogLevel : err
static new fromStr(Str name, Bool checked)
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