choice: Log full strategy

Log full strategy

Type: bool

Direct dependencies

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:126

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:18

Menu path: (top menu) → Logging Options

choice
    bool
    prompt "Log full strategy" if LOG
    depends on LOG

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