Searched refs:WTFLog (Results 1 – 2 of 2) sorted by relevance
103 WTF_EXPORT void WTFLog(WTFLogChannel*, const char* format, ...) WTF_ATTRIBUTE_PRINTF(2, 3);336 #define WTF_LOG(channel, ...) WTFLog(&JOIN_LOG_CHANNEL_WITH_PREFIX(LOG_CHANNEL_PREFIX, channel), __…
367 void WTFLog(WTFLogChannel* channel, const char* format, ...) in WTFLog() function