Searched refs:LV_LOG_LEVEL_TRACE (Results 1 – 1 of 1) sorted by relevance
29 #define LV_LOG_LEVEL_TRACE 0 /**< A lot of logs to give detailed information*/ macro73 #if LV_LOG_LEVEL <= LV_LOG_LEVEL_TRACE74 #define LV_LOG_TRACE(dsc) lv_log_add(LV_LOG_LEVEL_TRACE, __FILE__, __LINE__, dsc);
Completed in 2 milliseconds