MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ LogLevel

enum class Lila::LogLevel : uint8_t
strong

Log severity levels for Commentator.

Controls filtering and formatting of log output.

Enumerator
TRACE 

Fine-grained debug information.

DEBUG 

Debug-level information.

INFO 

Informational messages.

WARN 

Warnings.

ERROR 

Errors.

FATAL 

Fatal errors.

Definition at line 39 of file Commentator.hpp.

39 : uint8_t {
40 TRACE, ///< Fine-grained debug information
41 DEBUG, ///< Debug-level information
42 INFO, ///< Informational messages
43 WARN, ///< Warnings
44 ERROR, ///< Errors
45 FATAL ///< Fatal errors
46};