-
choice: Log full strategy
Log full strategy
Type: bool
Direct dependencies¶
!LOG_IMMEDIATE
&& !LOG_MINIMAL
&& LOG
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to the first (visible) choice option.
Choice options¶
Kconfig definition¶
At subsys/logging/Kconfig:152
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:18
Menu path: (Top) → Logging
choice bool "Log full strategy" depends on !LOG_IMMEDIATE
&& !LOG_MINIMAL
&&LOG
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)