-
CONFIG_LED_LOG_LEVEL
¶
(No prompt – not directly user assignable.)
Type: int
Defaults¶
- 0 if
LED_LOG_LEVEL_OFF
&&LOG
&&LED
- 1 if
LED_LOG_LEVEL_ERR
&&LOG
&&LED
- 2 if
LED_LOG_LEVEL_WRN
&&LOG
&&LED
- 3 if
LED_LOG_LEVEL_INF
&&LOG
&&LED
- 4 if
LED_LOG_LEVEL_DBG
&&LOG
&&LED
Kconfig definition¶
At subsys/logging/Kconfig.template.log_config:25
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:78
→ drivers/led/Kconfig:18
Menu path: (top menu) → Device Drivers → LED drivers
config LED_LOG_LEVEL int default 0 ifLED_LOG_LEVEL_OFF
&&LOG
&&LED
default 1 ifLED_LOG_LEVEL_ERR
&&LOG
&&LED
default 2 ifLED_LOG_LEVEL_WRN
&&LOG
&&LED
default 3 ifLED_LOG_LEVEL_INF
&&LOG
&&LED
default 4 ifLED_LOG_LEVEL_DBG
&&LOG
&&LED
depends onLOG
&&LED
(Definitions include propagated dependencies, including from if’s and menus.)