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.