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

CONFIG_LOG_BACKEND_FS_OUTPUT_TEXT

Text

Type: bool

Help

Output in text.

Direct dependencies

<choice: FS Backend Output Mode>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At subsys/logging/Kconfig.backends:322

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 → FS Backend Output Mode

config LOG_BACKEND_FS_OUTPUT_TEXT
    bool "Text"
    depends on <choice>
    help
      Output in text.

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