Searched refs:LV_LOG_LEVEL_WARN (Results 1 – 7 of 7) sorted by relevance
29 #define LV_LOG_LEVEL_WARN 2 /**< Log if something unwanted happened but didn't caused problem*/ macro37 LV_EXPORT_CONST_INT(LV_LOG_LEVEL_WARN);106 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_WARN107 # define LV_LOG_WARN(...) _lv_log_add(LV_LOG_LEVEL_WARN, __FILE__, __LINE__, __func__, __VA_ARGS…
9 - `LV_LOG_LEVEL_WARN` Log if something unwanted happened but didn't cause a problem14 …igher level than the set log level will be logged too. E.g. if you `LV_LOG_LEVEL_WARN`, errors wil…
76 * LV_LOG_LEVEL_WARN Log if something unwanted happened but didn't cause a problem80 # define LV_LOG_LEVEL LV_LOG_LEVEL_WARN
231 #define LV_LOG_LEVEL LV_LOG_LEVEL_WARN
243 #define LV_LOG_LEVEL LV_LOG_LEVEL_WARN
291 default LV_LOG_LEVEL_WARN299 config LV_LOG_LEVEL_WARN config in LVGL configuration""Feature configuration""Logging""choice2bf6b8b10104313 default 2 if LV_LOG_LEVEL_WARN
577 #define LV_LOG_LEVEL LV_LOG_LEVEL_WARN