:orphan: .. title:: CONFIG_LOG_MODE_DEFERRED .. kconfig:: CONFIG_LOG_MODE_DEFERRED CONFIG_LOG_MODE_DEFERRED ######################## *Deferred logging* Type: ``bool`` Help ==== .. code-block:: none Log messages are buffered and processed later. This mode has the least impact on the application. Time consuming processing is deferred to the known context. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`MPSC_PBUF ` Kconfig definition ================== At ``/logging/Kconfig.mode:8`` 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 LOG_MODE_DEFERRED bool "Deferred logging" select MPSC_PBUF depends on help Log messages are buffered and processed later. This mode has the least impact on the application. Time consuming processing is deferred to the known context. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*