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 warn

silent

debug

err

vals

List of LogLevel values indexed by ordinal

info

debug const static LogLevel : debug

err const static LogLevel : err

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

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.5 ∙ 24-Feb-2026 14:33 EST