-
CONFIG_DISPLAY_LOG_LEVEL
¶
(No prompt – not directly user assignable.)
Type: int
Defaults¶
- 0 if
DISPLAY_LOG_LEVEL_OFF
&&LOG
&&DISPLAY
- 1 if
DISPLAY_LOG_LEVEL_ERR
&&LOG
&&DISPLAY
- 2 if
DISPLAY_LOG_LEVEL_WRN
&&LOG
&&DISPLAY
- 3 if
DISPLAY_LOG_LEVEL_INF
&&LOG
&&DISPLAY
- 4 if
DISPLAY_LOG_LEVEL_DBG
&&LOG
&&DISPLAY
Kconfig definition¶
At subsys/logging/Kconfig.template.log_config:25
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:72
→ drivers/display/Kconfig:18
Menu path: (top menu) → Device Drivers → Display Drivers
config DISPLAY_LOG_LEVEL int default 0 ifDISPLAY_LOG_LEVEL_OFF
&&LOG
&&DISPLAY
default 1 ifDISPLAY_LOG_LEVEL_ERR
&&LOG
&&DISPLAY
default 2 ifDISPLAY_LOG_LEVEL_WRN
&&LOG
&&DISPLAY
default 3 ifDISPLAY_LOG_LEVEL_INF
&&LOG
&&DISPLAY
default 4 ifDISPLAY_LOG_LEVEL_DBG
&&LOG
&&DISPLAY
depends onLOG
&&DISPLAY
(Definitions include propagated dependencies, including from if’s and menus.)