-
CONFIG_LOG
¶
Logging
Type: bool
Help¶
Global switch for the logger, when turned off log calls will not be compiled in.
Default¶
y
Symbols that select this symbol¶
Kconfig definitions¶
At soc/xtensa/intel_apl_adsp/Kconfig.defconfig:36
Included via Kconfig:8
→ Kconfig.zephyr:25
Menu path: (Top)
config LOG
bool
default y
depends on SOC_INTEL_APL_ADSP
At subsys/logging/Kconfig:4
Included via Kconfig:8
→ Kconfig.zephyr:34
→ subsys/Kconfig:18
Menu path: (Top)
menuconfig LOG bool "Logging" selectPRINTK
ifUSERSPACE
help Global switch for the logger, when turned off log calls will not be compiled in.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)