D | Debug.h | 176 #define DEBUG_TRACE0(lvl,str) TraceLvl((lvl),str) argument 177 #define DEBUG_TRACE1(lvl,str,p1) TraceLvl((lvl),str,p1) argument 178 #define DEBUG_TRACE2(lvl,str,p1,p2) TraceLvl((lvl),str,p1,p2) argument 179 #define DEBUG_TRACE3(lvl,str,p1,p2,p3) TraceLvl((lvl),str,p1,p2,p3) argument 180 #define DEBUG_TRACE4(lvl,str,p1,p2,p3,p4) TraceLvl((lvl),str,p1,p2,p3,p4) argument 193 #define DEBUG_LVL_ALWAYS_TRACE0(str) TRACE0(str) argument 194 #define DEBUG_LVL_ALWAYS_TRACE1(str,p1) TRACE1(str,p1) argument 195 #define DEBUG_LVL_ALWAYS_TRACE2(str,p1,p2) TRACE2(str,p1,p2) argument 196 #define DEBUG_LVL_ALWAYS_TRACE3(str,p1,p2,p3) TRACE3(str,p1,p2,p3) argument 197 #define DEBUG_LVL_ALWAYS_TRACE4(str,p1,p2,p3,p4) TRACE4(str,p1,p2,p3,p4) argument [all …]
|