logo

const final enum

sys::LogLevel

sys::Obj
  sys::Enum
    sys::LogLevel

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

Slots

debug

static LogLevel debug

Source

error

static LogLevel error

Source

fromStr

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.

Source

info

static LogLevel info

Source

silent

static LogLevel silent

Source

values

static LogLevel[] values

List of LogLevel values indexed by ordinal

Source

warn

static LogLevel warn

Source