The latest development version of this page may be more current than this released 1.14.1 version.
choice: Log full strategy

Log full strategy

Type: bool

Direct dependencies

!LOG_IMMEDIATE && LOG

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to the first (visible) choice option.

Kconfig definition

At subsys/logging/Kconfig:122

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:20

Menu path: (top menu) → Logging

choice
    bool
    prompt "Log full strategy" if !LOG_IMMEDIATE && LOG
    depends on !LOG_IMMEDIATE && LOG

(Definitions include propagated dependencies, including from if’s and menus.)