Searched refs:LV_LOG_LEVEL_WARN (Results 1 – 7 of 7) sorted by relevance
28 #define LV_LOG_LEVEL_WARN 2 /**< Log if something unwanted happened but didn't caused problem. */ macro36 LV_EXPORT_CONST_INT(LV_LOG_LEVEL_WARN);114 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_WARN115 # define LV_LOG_WARN(...) lv_log_add(LV_LOG_LEVEL_WARN, LV_LOG_FILE, LV_LOG_LINE, __func__, __VA…
19 - :c:macro:`LV_LOG_LEVEL_WARN`: Log if something unwanted happened but didn't cause a problem25 as well. E.g. if you :c:macro:`LV_LOG_LEVEL_WARN`, errors will be also logged.
91 if(level < LV_LOG_LEVEL_WARN) { in test_log_print_cb()
98 * LV_LOG_LEVEL_WARN Log if something unwanted happened but didn't cause a problem102 # define LV_LOG_LEVEL LV_LOG_LEVEL_WARN
346 #define LV_LOG_LEVEL LV_LOG_LEVEL_WARN
508 default LV_LOG_LEVEL_WARN516 config LV_LOG_LEVEL_WARN config in LVGL configuration""Feature Configuration""Logging""choice2bf6b8b10404530 default 2 if LV_LOG_LEVEL_WARN
940 #define LV_LOG_LEVEL LV_LOG_LEVEL_WARN