Constructor
new Level(name, level)
Parameters:| Name | Type | Description |
|---|
name | string | the level's name. |
level | number | the level's numeric value. |
Members
name
value
(static, constant)ALL
Indicates all log messages should be recorded.
(static, constant)DEBUG
Log messages with a level of700 or higher.
(static, constant)FINE
Log messages with a level of500 or higher.
(static, constant)FINER
Log messages with a level of400 or higher.
(static, constant)FINEST
Log messages with a level of300 or higher.
(static, constant)INFO
Log messages with a level of800 or higher.
(static, constant)OFF
Indicates no log messages should be recorded.
(static, constant)SEVERE
Log messages with a level of1000 or higher.
(static, constant)WARNING
Log messages with a level of900 or higher.
Methods
toString()