Searched defs:LOG_ERROR (Results 1 – 12 of 12) sorted by relevance
15 constexpr LogSeverity LOG_ERROR = 2; variable
41 LOG_ERROR = 6, enumerator
31 private static final boolean LOG_ERROR = true; field in Log
30 LOG_ERROR, enumerator
29 #define LOG_ERROR(...) { \ macro
41 #define LOG_ERROR(fmt, ...) log_printf(TRACE_ARGS(31), fmt, ##__VA_ARGS__) macro
38 #define LOG_ERROR LogMessage(__FILE__, __LINE__) macro
68 #define LOG_ERROR 20 macro
190 const LogSeverity LOG_ERROR = 2; variable
154 const LogSeverity LOG_ERROR = 2; variable
32 #define LOG_ERROR(MESSAGE) \ macro