class

LogLevel

@Serializable { simple=true }
const class LogLevel : Enum

LogLevel provides a set of discrete levels used to customize logging. See Logging for details.

constructors fromStr

Return the LogLevel instance for the specified name

fields debug

err

info

silent

vals

List of LogLevel values indexed by ordinal

warn

debug const static LogLevel : debug

err const static LogLevel : err

fromStr 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.

info const static LogLevel : info

silent const static LogLevel : silent

vals const static LogLevel[] : vals

List of LogLevel values indexed by ordinal

warn const static LogLevel : warn

Haxall 4.0.6 ∙ 21-Jul-2026 09:48 EDT