:orphan: .. title:: CONFIG_LOG_BACKEND_FS_OUTPUT_DICTIONARY_BIN .. kconfig:: CONFIG_LOG_BACKEND_FS_OUTPUT_DICTIONARY_BIN CONFIG_LOG_BACKEND_FS_OUTPUT_DICTIONARY_BIN ########################################### *Dictionary (binary)* Type: ``bool`` Help ==== .. code-block:: none Dictionary-based logging output in binary. Direct dependencies =================== \ :kconfig:`LOG2 ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`LOG_BACKEND_FS_OUTPUT_DICTIONARY ` Kconfig definition ================== At ``/logging/Kconfig.backends:327`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:31`` → ``/logging/Kconfig:23`` Menu path: (Top) → Sub Systems and OS Services → Logging → Backends → Enable file system backend → FS Backend Output Mode .. code-block:: kconfig config LOG_BACKEND_FS_OUTPUT_DICTIONARY_BIN bool "Dictionary (binary)" select LOG_BACKEND_FS_OUTPUT_DICTIONARY depends on LOG2 && help Dictionary-based logging output in binary. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*