lv_log.h

Defines

LV_LOG_LEVEL_TRACE

A lot of logs to give detailed information

LV_LOG_LEVEL_INFO

Log important events

LV_LOG_LEVEL_WARN

Log if something unwanted happened but didn't caused problem

LV_LOG_LEVEL_ERROR

Only critical issue, when the system may fail

LV_LOG_LEVEL_USER

Custom logs from the user

LV_LOG_LEVEL_NONE

Do not log anything

_LV_LOG_LEVEL_NUM

Number of log levels

_lv_log_add(level, file, line, ...)
LV_LOG_TRACE(...)
LV_LOG_INFO(...)
LV_LOG_WARN(...)
LV_LOG_ERROR(...)
LV_LOG_USER(...)
LV_LOG(...)

Typedefs

typedef int8_t lv_log_level_t