:orphan: .. title:: CONFIG_LOG2_MODE_DEFERRED .. kconfig:: CONFIG_LOG2_MODE_DEFERRED CONFIG_LOG2_MODE_DEFERRED ######################### *Deferred v2 (DEPRECATED)* Type: ``bool`` Help ==== .. code-block:: none Option has been deprecated. Use LOG_MODE_DEFERRED which defaults now to v2. Direct dependencies =================== \ :kconfig:`LOG ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/logging/Kconfig.mode:48`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:31`` → ``/logging/Kconfig:13`` Menu path: (Top) → Sub Systems and OS Services → Logging .. code-block:: kconfig config LOG2_MODE_DEFERRED bool "Deferred v2 (DEPRECATED)" depends on LOG help Option has been deprecated. Use LOG_MODE_DEFERRED which defaults now to v2. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*