The latest development version of this page may be more current than this released 2.3.0 version.
CONFIG_LOG

Logging

Type: bool

Help

Global switch for the logger, when turned off log calls will not be compiled in.

Default

  • y

Symbols selected by this symbol

Kconfig definitions

At soc/xtensa/intel_apl_adsp/Kconfig.defconfig:36

Included via Kconfig:8Kconfig.zephyr:25

Menu path: (Top)

config LOG
    bool
    default y
    depends on SOC_INTEL_APL_ADSP

At subsys/logging/Kconfig:4

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:18

Menu path: (Top)

menuconfig LOG
    bool "Logging"
    select PRINTK if USERSPACE
    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.)