Java logging framework: Difference between revisions

Content deleted Content added
Level: tidy
Line 33:
 
The message is logged at a certain level. The common levels are, copied from [http://jakarta.apache.org/commons/logging/guide.html#Message_Priorities_Levels Jakarta Commons Logging]:
 
{| border=1 cellspacing=0 cellpadding=5
{| class="wikitable"
|+ '''Common levels'''
! Level
! Description
|-
|FATAL
|Severe errors that cause premature termination. Expect these to be immediately visible on a status console.