The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_LED_LOG_LEVEL

(No prompt – not directly user assignable.)

Type: int

Direct dependencies

LOG && LED

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/logging/Kconfig.template.log_config:25

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:78drivers/led/Kconfig:18

Menu path: (top menu) → Device Drivers → LED drivers

config LED_LOG_LEVEL
    int
    default 0 if LED_LOG_LEVEL_OFF && LOG && LED
    default 1 if LED_LOG_LEVEL_ERR && LOG && LED
    default 2 if LED_LOG_LEVEL_WRN && LOG && LED
    default 3 if LED_LOG_LEVEL_INF && LOG && LED
    default 4 if LED_LOG_LEVEL_DBG && LOG && LED
    depends on LOG && LED

(Definitions include propagated dependencies, including from if’s and menus.)