Searched refs:LV_LOG_LEVEL_ERROR (Results 1 – 1 of 1) sorted by relevance
32 #define LV_LOG_LEVEL_ERROR 3 /**< Only critical issue, when the system may fail*/ macro100 #if LV_LOG_LEVEL <= LV_LOG_LEVEL_ERROR101 #define LV_LOG_ERROR(dsc) lv_log_add(LV_LOG_LEVEL_ERROR, __FILE__, __LINE__, dsc);
Completed in 2 milliseconds