Concept Flow - Log levels (TRACE, DEBUG, INFO, WARN, ERROR)
Start Application
Log Event Occurs
Check Log Level Setting
Is Event Level >= Configured Level?
No→Skip Log
Write Log Message
Continue Application Execution
The application checks if the event's log level meets or exceeds the configured level. If yes, it writes the log message; otherwise, it skips logging.