Searched defs:LOGW (Results 1 – 3 of 3) sorted by relevance
21 #define LOGW(fmt, ...) qlog(LOG_WARNING, fmt, ##__VA_ARGS__) macro
33 #define LOGW(fmt, ...) Log::Warn(fmt, ##__VA_ARGS__) macro
41 #define LOGW(fmt, ...) do { \ macro