Fantom

 

const final enum

sys::LogLevel

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

@Serializable { simple=true collection=false }

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

Slots

debugSource

const static LogLevel debug

errSource

const 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

const static LogLevel info

silentSource

const static LogLevel silent

valsSource

const static LogLevel[] vals := ...

List of LogLevel values indexed by ordinal

warnSource

const static LogLevel warn