#include "XrdSys/XrdSysLogger.hh"
Go to the source code of this file.
Defines | |
#define | PRINT(y) |
#define | DEBUG(y) if (gDebug > 1) {PRINT(y)} |
#define | EPNAME(x) static const char *epname = x; |
#define DEBUG | ( | y | ) | if (gDebug > 1) {PRINT(y)} |
#define EPNAME | ( | x | ) | static const char *epname = x; |
#define PRINT | ( | y | ) |
if (gDebug) {cerr <<gLogger->traceBeg() <<" XrdVoms"\ <<epname <<": " <<y <<gLogger->traceEnd();}