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.

Direct dependencies

LOG_BACKEND_UART && LOG

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/logging/Kconfig:273

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:18

Menu path: (top menu) → Logging Options

config LOG_BACKEND_UART_SHOW_COLOR
    bool
    prompt "Enable colors in the UART backend" if LOG_BACKEND_UART && LOG
    default "y" if LOG_BACKEND_UART && LOG
    depends on LOG_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.)