:orphan: .. title:: choice: Max compiled-in log level for lvgl .. _choice_343: .. describe:: choice: Max compiled-in log level for lvgl *Max compiled-in log level for lvgl* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`LVGL_LOG_LEVEL_INF ` Choice options ============== - \ :option:`LVGL_LOG_LEVEL_OFF ` - \ :option:`LVGL_LOG_LEVEL_ERR ` - \ :option:`LVGL_LOG_LEVEL_WRN ` - \ :option:`LVGL_LOG_LEVEL_INF ` - \ :option:`LVGL_LOG_LEVEL_DBG ` Kconfig definition ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:14`` Menu path: (Top) → Additional libraries → LittlevGL GUI library .. code-block:: kconfig choice bool "Max compiled-in log level for lvgl" default LVGL_LOG_LEVEL_INF depends on LOG && LVGL *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*