nerdexam
IBM

C2010-501 · Question #36

What is the correct ordering of logging severity levels from least to most verbose?

The correct answer is C. FATAL > ERROR > WARN > INFO > DEBUG. See the full explanation below for the reasoning.

Question

What is the correct ordering of logging severity levels from least to most verbose?

Options

  • ADEBUG > INFO > ERROR > WARN > FATAL
  • BFATAL > WARN > ERROR > DEBUG > INFO
  • CFATAL > ERROR > WARN > INFO > DEBUG
  • DDEBUG > FATAL > ERROR > WARN > INFO

How the community answered

(33 responses)
  • A
    9% (3)
  • B
    12% (4)
  • C
    76% (25)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full C2010-501 Practice