Home
last modified time | relevance | path

Searched refs:LOG_LVL_ERROR (Results 1 – 1 of 1) sorted by relevance

/components/utilities/ulog/
A Dulog_def.h22 #define LOG_LVL_ERROR 3 macro
46 #define DBG_ERROR LOG_LVL_ERROR
91 #if (LOG_LVL >= LOG_LVL_ERROR) && (ULOG_OUTPUT_LVL >= LOG_LVL_ERROR)
92 #define ulog_e(TAG, ...) ulog_output(LOG_LVL_ERROR, TAG, RT_TRUE, __VA_ARGS__)
143 #define ELOG_LVL_ERROR LOG_LVL_ERROR

Completed in 2 milliseconds