-
CONFIG_LOG_BACKEND_UART_SHOW_COLOR
¶
Enable colors in the UART backend
Type: bool
Help¶
When enabled UART backend prints errors in red and warning in yellow.
Defaults¶
- “y” if
LOG_BACKEND_UART
&&LOG
Kconfig definition¶
At subsys/logging/Kconfig:273
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:18
Menu path: (top menu) → Logging Options
config LOG_BACKEND_UART_SHOW_COLOR bool prompt "Enable colors in the UART backend" ifLOG_BACKEND_UART
&&LOG
default "y" ifLOG_BACKEND_UART
&&LOG
depends onLOG_BACKEND_UART
&&LOG
help When enabled UART backend prints errors in red and warning in yellow.
(Definitions include propagated dependencies, including from if’s and menus.)