:orphan: .. title:: CONFIG_LOG_BACKEND_UART_OUTPUT_DICTIONARY .. kconfig:: CONFIG_LOG_BACKEND_UART_OUTPUT_DICTIONARY CONFIG_LOG_BACKEND_UART_OUTPUT_DICTIONARY ######################################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none UART backend is in dictionary-based logging output mode. Direct dependencies =================== \ :kconfig:`LOG2 ` && \ :kconfig:`LOG_BACKEND_UART ` && !\ :kconfig:`LOG_FRONTEND ` && !\ :kconfig:`LOG_MINIMAL ` && \ :kconfig:`LOG ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`LOG_DICTIONARY_SUPPORT ` Symbols that select this symbol =============================== - \ :kconfig:`LOG_BACKEND_UART_OUTPUT_DICTIONARY_HEX ` - \ :kconfig:`LOG_BACKEND_UART_OUTPUT_DICTIONARY_BIN ` Kconfig definition ================== At ``/logging/Kconfig.backends:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:31`` → ``/logging/Kconfig:23`` Menu path: (Top) → Sub Systems and OS Services → Logging → Backends → Enable UART backend .. code-block:: kconfig config LOG_BACKEND_UART_OUTPUT_DICTIONARY bool select LOG_DICTIONARY_SUPPORT depends on LOG2 && LOG_BACKEND_UART && !LOG_FRONTEND && !LOG_MINIMAL && LOG help UART backend is in dictionary-based logging output mode. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*