The latest development version of this page may be more current than this released 2.7.0 version.
choice: UART Backend Output Mode

UART Backend Output Mode

Type: bool

Direct dependencies

LOG_BACKEND_UART && !LOG_FRONTEND && !LOG_MINIMAL && LOG

(Includes any dependencies from ifs and menus.)

Kconfig definition

At subsys/logging/Kconfig.backends:22

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:31subsys/logging/Kconfig:23

Menu path: (Top) → Sub Systems and OS Services → Logging → Backends → Enable UART backend

choice
    bool "UART Backend Output Mode"
    default LOG_BACKEND_UART_OUTPUT_TEXT
    depends on LOG_BACKEND_UART && !LOG_FRONTEND && !LOG_MINIMAL && LOG

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)