-
CONFIG_SYS_LOG
¶
Enable Logging
Type: bool
Help¶
Global switch for logging, when turned off log calls will not be executed.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At subsys/logging/Kconfig:8
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:18
Menu path: (top menu) → Logging Options
config SYS_LOG bool prompt "Enable Logging" ifPRINTK
depends onPRINTK
help Global switch for logging, when turned off log calls will not be executed.
(Definitions include propagated dependencies, including from if’s and menus.)