:orphan: .. title:: CONFIG_LOG_BACKEND_FS_OUTPUT_TEXT .. kconfig:: CONFIG_LOG_BACKEND_FS_OUTPUT_TEXT CONFIG_LOG_BACKEND_FS_OUTPUT_TEXT ################################# *Text* Type: ``bool`` Help ==== .. code-block:: none Output in text. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/logging/Kconfig.backends:322`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:31`` → ``/logging/Kconfig:23`` Menu path: (Top) → Sub Systems and OS Services → Logging → Backends → Enable file system backend → FS Backend Output Mode .. code-block:: kconfig config LOG_BACKEND_FS_OUTPUT_TEXT bool "Text" depends on help Output in text. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*