Multiple choice technology security

What are the different levels of logging provided in the API?

  1. Trace, warn, error and fatal

  2. Trace, debug, info, warn, error and fatal

  3. Debug, info, error, fatal

  4. Debug, Warn, Error

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The API provides four logging levels: Trace, warn, error, and fatal. Option B incorrectly includes debug and info which are not in this API. Options C and D are missing levels from the actual set.