Module macros

Source
Expand description

Colored logging macros for enhanced log output with automatic color mapping.

Macros§

log_debug
Logs a debug message with automatic color mapping or custom color and component.
log_error
Logs an error message with automatic red color or custom color and component.
log_info
Logs an info message with automatic color mapping or custom color and component.
log_trace
Logs a trace message with automatic color mapping or custom color and component.
log_warn
Logs a warning message with automatic yellow color or custom color and component.