Lines Matching refs:DEBUG_APP
36 #define DEBUG_APP "REG" macro
38 #define PRINT(x...) { __out(DEBUG_APP ": " x); }
40 __out(DEBUG_APP ": %s:%d: %s\n", __FUNCTION__, __LINE__, \
56 #define FATAL(x...) { __out(DEBUG_APP ": " x); }
57 #define ERROR(x...) { __out(DEBUG_APP ": " x); }
58 #define WARNING(x...) { __out(DEBUG_APP ": " x); }
59 #define INFORM(x...) { __out(DEBUG_APP ": " x); }
60 #define FUNCTION(x) { __out(DEBUG_APP ": %s() ",__FUNCTION__); __out x; }
61 #define FUNCTION_START() { __out(DEBUG_APP ": %s()\n",__FUNCTION__); }
62 #define FUNCTION_END() { __out(DEBUG_APP ": %s() done\n",__FUNCTION__); }
69 #define FATAL(x...) { __out(DEBUG_APP ": " x); }
70 #define ERROR(x...) { __out(DEBUG_APP ": " x); }
71 #define WARNING(x...) { __out(DEBUG_APP ": " x); }
72 #define INFORM(x...) { __out(DEBUG_APP ": " x); }