-
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 <Zephyr>/subsys/logging/Kconfig:151
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:28
Menu path: (Top) → Sub Systems and OS Services → Logging
choice bool "Log full strategy" depends on !LOG_IMMEDIATE
&& !LOG_MINIMAL
&&LOG
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)