:orphan: .. title:: CONFIG_LOG_BACKEND_UART_OUTPUT_DICTIONARY_HEX .. kconfig:: CONFIG_LOG_BACKEND_UART_OUTPUT_DICTIONARY_HEX CONFIG_LOG_BACKEND_UART_OUTPUT_DICTIONARY_HEX ############################################# *Dictionary (hexadecimal)* Type: ``bool`` Help ==== .. code-block:: none Dictionary-based logging output in hexadecimal. Direct dependencies =================== \ :kconfig:`LOG2 ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`LOG_BACKEND_UART_OUTPUT_DICTIONARY ` Kconfig definition ================== At ``/logging/Kconfig.backends:38`` 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 → UART Backend Output Mode .. code-block:: kconfig config LOG_BACKEND_UART_OUTPUT_DICTIONARY_HEX bool "Dictionary (hexadecimal)" select LOG_BACKEND_UART_OUTPUT_DICTIONARY depends on LOG2 && help Dictionary-based logging output in hexadecimal. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*