:orphan: .. title:: CONFIG_LOG2_MODE_DEFERRED .. kconfig:: CONFIG_LOG2_MODE_DEFERRED CONFIG_LOG2_MODE_DEFERRED ######################### *Deferred logging v2* Type: ``bool`` Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`MPSC_PBUF ` - \ :kconfig:`LOG2 ` Kconfig definition ================== At ``/logging/Kconfig.mode:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:31`` → ``/logging/Kconfig:13`` Menu path: (Top) → Sub Systems and OS Services → Logging → Mode .. code-block:: kconfig config LOG2_MODE_DEFERRED bool "Deferred logging v2" select MPSC_PBUF select LOG2 depends on *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*