Constructor
new Level(name, level)
Parameters:
Name | Type | Description |
---|---|---|
name | string | the level's name. |
level | number | the level's numeric value. |
- Source
Members
name
This logger's name.
- Source
value
The numeric log level.
- Source
(static, constant) ALL
Indicates all log messages should be recorded.
- Source
(static, constant) DEBUG
Log messages with a level of 700
or higher.
- Source
(static, constant) FINE
Log messages with a level of 500
or higher.
- Source
(static, constant) FINER
Log messages with a level of 400
or higher.
- Source
(static, constant) FINEST
Log messages with a level of 300
or higher.
- Source
(static, constant) INFO
Log messages with a level of 800
or higher.
- Source
(static, constant) OFF
Indicates no log messages should be recorded.
- Source
(static, constant) SEVERE
Log messages with a level of 1000
or higher.
- Source
(static, constant) WARNING
Log messages with a level of 900
or higher.
- Source
Methods
toString()
- Source