Slots
- debugSource
-
static LogLevel debug
- errSource
-
static LogLevel err
- fromStrSource
-
static LogLevel? 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.
- infoSource
-
static LogLevel info
- silentSource
-
static LogLevel silent
- valsSource
-
static LogLevel[] vals := ...
List of LogLevel values indexed by ordinal
- warnSource
-
static LogLevel warn