🎴 Flashcard Mode

Web Security & Secure Coding Practices Quiz

Card1 / 20
Mastered0
Review0
QuestionClick to flip

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

AnswerClick to flip back
A
Trace, warn, error and fatal
💡 Explanation:

The security API provides four logging levels: Trace (most detailed), Warn (warning conditions), Error (error events), and Fatal (critical failures). This level progression allows developers to control log verbosity and focus on issues of varying severity. The option with six levels is incorrect - debug and info are not part of this API's logging hierarchy.

Change Mode