Searched refs:LV_LOG_LEVEL (Results 1 – 15 of 15) sorted by relevance
98 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_TRACE106 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_INFO114 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_WARN122 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_ERROR130 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_USER138 # if LV_LOG_LEVEL < LV_LOG_LEVEL_NONE
76 if(level >= LV_LOG_LEVEL) { in lv_log_add()124 if(LV_LOG_LEVEL >= LV_LOG_LEVEL_NONE) return; /* disable log */ in lv_log()
74 #if LV_LOG_LEVEL <= LV_LOG_LEVEL_INFO in lv_malloc()103 #if LV_LOG_LEVEL <= LV_LOG_LEVEL_INFO in lv_malloc_zeroed()
8 #define LV_LOG_LEVEL LV_LOG_LEVEL_TRACE macro
102 # define LV_LOG_LEVEL LV_LOG_LEVEL_WARN104 After enabling the log module and setting :c:macro:`LV_LOG_LEVEL` accordingly, the
15 :c:macro:`LV_LOG_LEVEL` to one of the following values:
309 #if LV_LOG_LEVEL == LV_LOG_LEVEL_TRACE in lv_init()
936 #ifndef LV_LOG_LEVEL938 #define LV_LOG_LEVEL CONFIG_LV_LOG_LEVEL macro940 #define LV_LOG_LEVEL LV_LOG_LEVEL_WARN macro4219 #define LV_LOG_LEVEL LV_LOG_LEVEL_NONE macro
329 #define LV_LOG_LEVEL LV_LOG_LEVEL_USER macro
84 5. Update `LV_LOG_PRINTF` to `1` and `LV_LOG_LEVEL` to `LV_LOG_LEVEL_USER`
346 #define LV_LOG_LEVEL LV_LOG_LEVEL_WARN
526 config LV_LOG_LEVEL config
37 #if LV_LOG_LEVEL <= LV_LOG_LEVEL_INFO
173 - :c:macro:`LV_LOG_LEVEL` <= :c:macro:`LV_LOG_LEVEL_USER`
157 #if LV_USE_LOG && LV_LOG_LEVEL <= LV_LOG_LEVEL_INFO in lv_image_set_src()