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 security API provides four logging levels: trace (most detailed), warn (warnings), error (errors), and fatal (critical failures). Option B lists six levels commonly found in general logging frameworks, but this specific security API implements a simpler four-level model.