LogLevel models the levels of severity for CompilerLog
Slots
- error
-
static const LogLevel error
- fromStr
-
static const LogLevel fromStr(Str name, Bool checked := def)
Return the LogLevel instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- message
-
static const LogLevel message
- silent
-
static const LogLevel silent
- values
-
static const LogLevel[] values
List of LogLevel values indexed by ordinal
- verbose
-
static const LogLevel verbose
- warning
-
static const LogLevel warning