Log level. Corresponds to log4j log levels.
- Source:
- See:
Members
-
<static> DEBUG :number
-
Detailed information on the flow through the system. Expect these to be written to logs only.
Type:
- number
- Source:
-
<static> ERROR :number
-
Other runtime errors or unexpected conditions. Expect these to be immediately visible on a status console.
Type:
- number
- Source:
-
<static> FATAL :number
-
Severe errors that cause premature termination. Expect these to be immediately visible on a status console.
Type:
- number
- Source:
-
<static> INFO
-
Interesting runtime events (startup/shutdown). Expect these to be immediately visible on a console, so be conservative and keep to a minimum.
- Source:
-
<static> OFF :string
-
The highest possible rank and is intended to turn off logging.
Type:
- string
- Source:
-
<static> TRACE :number
-
Most detailed information. Expect these to be written to logs only.
Type:
- number
- Source:
-
<static> WARN :number
-
Use of deprecated APIs, poor use of API, 'almost' errors, other runtime situations that are undesirable or unexpected, but not necessarily "wrong". Expect these to be immediately visible on a status console.
Type:
- number
- Source: