Content deleted Content added
Line 39:
! Description
|-
|'''FATAL'''
|Severe errors that cause premature termination. Expect these to be immediately visible on a status console.
|-
|'''ERROR'''
|Other runtime errors or unexpected conditions. Expect these to be immediately visible on a status console.
|-
|'''WARNING'''
|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.
|-
|'''INFO'''
|Interesting runtime events (startup/shutdown). Expect these to be immediately visible on a console, so be conservative and keep to a minimum.
|-
|'''DEBUG'''
|detailed information on the flow through the system. Expect these to be written to logs only.
|-
|'''TRACE'''
|more detailed information. Expect these to be written to logs only.
|}
|