Level indicating that ALL messages will be output.
Level indicating only debug messages or worse will be output.
Level indicating only error messages or worse will be output.
Level indicating only fatal messages will be output.
Level indicating only info messages or worse will be output.
An array containing all Levels.
Level inidicating all logging is disabled.
Level indicating trace messages or worse will be output.
Level indicating only warning messages or worse will be output.
Human readable name of this Level.
The numeric priority of this Level. Higher values indicate a higher level of detail.
Generated using TypeDoc
Defines a set of standard logging levels that can be used to control logging output. The logging Level objects are ordered and are specified by ordered integers. Enabling logging at a given level also enables logging at all higher levels.