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

CONFIG_LOG_IMMEDIATE

(No prompt – not directly user assignable.)

Type: bool

Direct dependencies

LOG

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

At subsys/logging/Kconfig.mode:69

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:31subsys/logging/Kconfig:18

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

config LOG_IMMEDIATE
    bool
    default y if LOG_MODE_IMMEDIATE
    default y if LOG2_MODE_IMMEDIATE
    depends on LOG

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)