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

(No prompt – not directly user assignable.)

Type: int

Direct dependencies

LOG && LVGL

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

Kconfig definition

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

Included via Kconfig:10Kconfig.zephyr:37lib/Kconfig:15lib/gui/Kconfig:9lib/gui/lvgl/Kconfig:16

Menu path: (top menu) → Additional libraries → Graphical user interface

config LVGL_LOG_LEVEL
    int
    default 0 if LVGL_LOG_LEVEL_OFF && LOG && LVGL
    default 1 if LVGL_LOG_LEVEL_ERR && LOG && LVGL
    default 2 if LVGL_LOG_LEVEL_WRN && LOG && LVGL
    default 3 if LVGL_LOG_LEVEL_INF && LOG && LVGL
    default 4 if LVGL_LOG_LEVEL_DBG && LOG && LVGL
    depends on LOG && LVGL

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