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 <Zephyr>/subsys/logging/Kconfig.backends:319
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_TEXT
bool "Text"
depends on <choice>
help
Output in text.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)