- choice: FS Backend Output Mode
FS Backend Output Mode
Type: bool
Direct dependencies¶
LOG_BACKEND_FS
&& !LOG_FRONTEND
&& !LOG_MINIMAL
&& LOG
(Includes any dependencies from ifs and menus.)
Default¶
Choice options¶
Kconfig definition¶
At subsys/logging/Kconfig.backends:318
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:31
→ subsys/logging/Kconfig:28
Menu path: (Top) → Sub Systems and OS Services → Logging → Backends → Enable file system backend
choice
bool "FS Backend Output Mode"
default LOG_BACKEND_FS_OUTPUT_TEXT
depends on LOG_BACKEND_FS && !LOG_FRONTEND && !LOG_MINIMAL && LOG
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)