-
CONFIG_SYS_LOG_SHOW_COLOR
¶
Use colored logs
Type: bool
Help¶
Use color in the logs. This requires an ANSI capable terminal.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/logging/Kconfig:23
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:18
Menu path: (top menu) → Logging Options
config SYS_LOG_SHOW_COLOR bool prompt "Use colored logs" ifSYS_LOG
depends onSYS_LOG
help Use color in the logs. This requires an ANSI capable terminal.
(Definitions include propagated dependencies, including from if’s and menus.)