The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_LOG_MODE_DEFERRED

Deferred logging

Type: bool

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.

Direct dependencies

<choice: Mode>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At subsys/logging/Kconfig.mode:8

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:31subsys/logging/Kconfig:13

Menu path: (Top) → Sub Systems and OS Services → Logging → Mode

config LOG_MODE_DEFERRED
    bool "Deferred logging"
    depends on <choice: Mode>
    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.)