Searched defs:LOG_ERROR (Results 1 – 3 of 3) sorted by relevance
37 #define LOG_ERROR(...) LOGWRAPPER(__VA_ARGS__) macro80 #define LOG_ERROR(tag, fmt, args...) \ macro
49 #define LOG_ERROR(message, error_code) \ macro
136 const LogSeverity LOG_ERROR = 2; variable