Searched defs:DEBUG2 (Results 1 – 3 of 3) sorted by relevance
56 DEBUG2 //!< Highest log level; verbose debug logging. enumerator
75 #define DEBUG2(f,a1,a2) if (debug) fprintf(debug, f, a1, a2) macro
680 #define DEBUG2(module, fmt, arg1, arg2) \ macro