The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_LOG_BACKEND_FS_OUTPUT_DICTIONARY

(No prompt – not directly user assignable.)

Type: bool

Help

FS backend is in dictionary-based logging output mode.

Direct dependencies

LOG2 && LOG_BACKEND_FS && !LOG_FRONTEND && !LOG_MINIMAL && LOG

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At subsys/logging/Kconfig.backends:311

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

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

config LOG_BACKEND_FS_OUTPUT_DICTIONARY
    bool
    select LOG_DICTIONARY_SUPPORT
    depends on LOG2 && LOG_BACKEND_FS && !LOG_FRONTEND && !LOG_MINIMAL && LOG
    help
      FS backend is in dictionary-based logging output mode.

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