CONFIG_LOG

Enable Logger

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.

Kconfig definition

At subsys/logging/Kconfig:113

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:18

Menu path: (top menu) → Logging Options

config LOG
    bool
    prompt "Enable Logger"
    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.)