-
CONFIG_LVGL_LOG_LEVEL
¶
(No prompt – not directly user assignable.)
Type: int
Defaults¶
- 0 if
LVGL_LOG_LEVEL_OFF
&&LOG
&&LVGL
- 1 if
LVGL_LOG_LEVEL_ERR
&&LOG
&&LVGL
- 2 if
LVGL_LOG_LEVEL_WRN
&&LOG
&&LVGL
- 3 if
LVGL_LOG_LEVEL_INF
&&LOG
&&LVGL
- 4 if
LVGL_LOG_LEVEL_DBG
&&LOG
&&LVGL
Kconfig definition¶
At subsys/logging/Kconfig.template.log_config:25
Included via Kconfig:10
→ Kconfig.zephyr:37
→ lib/Kconfig:15
→ lib/gui/Kconfig:9
→ lib/gui/lvgl/Kconfig:16
Menu path: (top menu) → Additional libraries → Graphical user interface
config LVGL_LOG_LEVEL int default 0 ifLVGL_LOG_LEVEL_OFF
&&LOG
&&LVGL
default 1 ifLVGL_LOG_LEVEL_ERR
&&LOG
&&LVGL
default 2 ifLVGL_LOG_LEVEL_WRN
&&LOG
&&LVGL
default 3 ifLVGL_LOG_LEVEL_INF
&&LOG
&&LVGL
default 4 ifLVGL_LOG_LEVEL_DBG
&&LOG
&&LVGL
depends onLOG
&&LVGL
(Definitions include propagated dependencies, including from if’s and menus.)