CONFIG_LOG_BACKEND_FS_OUTPUT_DICTIONARY_BIN

Dictionary (binary)

Type: bool

Help

Dictionary-based logging output in binary.

Direct dependencies

LOG2 && <choice: FS Backend Output Mode>

(Includes any dependencies from ifs and menus.)

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/subsys/logging/Kconfig.backends:324

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/subsys/Kconfig:31<Zephyr>/subsys/logging/Kconfig:23

Menu path: (Top) → Sub Systems and OS Services → Logging → Backends → Enable LittleFS backend → FS Backend Output Mode

config LOG_BACKEND_FS_OUTPUT_DICTIONARY_BIN
    bool "Dictionary (binary)"
    select LOG_BACKEND_FS_OUTPUT_DICTIONARY
    depends on LOG2 && <choice>
    help
      Dictionary-based logging output in binary.

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