new Level(name, value)
Describes a logging level. This constructor not to be invoked directly -
use one of the constants like SEVERE
instead.
Parameters:
Name | Type | Description |
---|---|---|
name |
string | |
value |
number |
Members
-
<static> ALL
-
All logging output.
-
<static> CONFIG
-
Configuration.
-
<static> FINE
-
Detailed tracing info.
-
<static> FINER
-
Highly detailed tracing info.
-
<static> FINEST
-
Ludicrously detailed tracing info.
-
<static> INFO
-
Informational.
-
<static> OFF
-
No logging.
-
<static> SEVERE
-
Major error condition.
-
<static> WARNING
-
Potential problem.
Methods
-
getName()
-
Returns:
Level name