Go to the documentation of this file. 1 #ifndef ___XRDVOMS_TRACE_H___ 2 #define ___XRDVOMS_TRACE_H___ 35 #define PRINT(y) if (gDebug) {cerr <<gLogger->traceBeg() <<" XrdVoms"\ 36 <<epname <<": " <<y <<'\n' <<flush;\ 38 #define DEBUG(y) if (gDebug > 1) {PRINT(y)} 39 #define EPNAME(x) static const char *epname = x;