-
CONFIG_LOG
¶
Logging
Type: bool
Help¶
Global switch for the logger, when turned off log calls will not be compiled in.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At subsys/logging/Kconfig:7
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:20
Menu path: (top menu)
menuconfig LOG
bool
prompt "Logging"
help
Global switch for the logger, when turned off log calls will not be
compiled in.
(Definitions include propagated dependencies, including from if’s and menus.)