Searched refs:LV_LOG_LEVEL (Results 1 – 13 of 13) sorted by relevance
90 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_TRACE98 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_INFO106 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_WARN114 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_ERROR122 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_USER130 # if LV_LOG_LEVEL < LV_LOG_LEVEL_NONE
72 if(level >= LV_LOG_LEVEL) { in _lv_log_add()117 if(LV_LOG_LEVEL >= LV_LOG_LEVEL_NONE) return; /* disable log */ in lv_log()
141 #if LV_LOG_LEVEL <= LV_LOG_LEVEL_INFO in lv_mem_alloc()
80 # define LV_LOG_LEVEL LV_LOG_LEVEL_WARN83 After enabling the log module and setting LV_LOG_LEVEL accordingly, the output log is sent to the `…
553 #ifndef LV_LOG_LEVEL555 #define LV_LOG_LEVEL CONFIG_LV_LOG_LEVEL macro557 #define LV_LOG_LEVEL LV_LOG_LEVEL_WARN macro2453 #define LV_LOG_LEVEL LV_LOG_LEVEL_NONE macro
6 To enable logging, set `LV_USE_LOG 1` in `lv_conf.h` and set `LV_LOG_LEVEL` to one of the followin…
228 #define LV_LOG_LEVEL LV_LOG_LEVEL_USER macro
17 - If you enabled trace output by setting macro `LV_USE_LOG` to `1` and trace level `LV_LOG_LEVEL` t…115 - Setting trace level `LV_LOG_LEVEL` to `LV_LOG_LEVEL_USER` or higher.
235 #define LV_LOG_LEVEL LV_LOG_LEVEL_WARN
298 config LV_LOG_LEVEL config
79 #if LV_USE_LOG && LV_LOG_LEVEL >= LV_LOG_LEVEL_INFO in lv_img_set_src()
175 #if LV_LOG_LEVEL == LV_LOG_LEVEL_TRACE in lv_init()
565 - fix(conf) add missing LV_LOG_LEVEL default definition [`2996`](https://github.com/littlevgl/lvgl/…1270 - test fix LV_USE_LOG_LEVEL -> LV_LOG_LEVEL typo [`80f0b09`](https://github.com/lvgl/lvgl/commit…