Searched defs:NH_Debug (Results 1 – 2 of 2) sorted by relevance
43 #define NH_Debug(tag, fmt, ...) PrintToStdErr("%s %s:%d:%s() " fmt "\n", tag, __FILE__, __LINE__, _… macro
30 #define NH_Debug(tag, ...) Debug(tag, __VA_ARGS__) macro