xrootd
Loading...
Searching...
No Matches
Macros
XrdVomsTrace.hh File Reference
#include "XrdSys/XrdSysLogger.hh"
Include dependency graph for XrdVomsTrace.hh:

Go to the source code of this file.

Macros

#define PRINT(y)
 
#define DEBUG(y)   if (gDebug > 1) {PRINT(y)}
 
#define EPNAME(x)   static const char *epname = x;
 

Macro Definition Documentation

◆ DEBUG

#define DEBUG (   y)    if (gDebug > 1) {PRINT(y)}

◆ EPNAME

#define EPNAME (   x)    static const char *epname = x;

◆ PRINT

#define PRINT (   y)
Value:
if (gDebug) {std::cerr <<gLogger->traceBeg() <<" XrdVoms"\
<<epname <<": " <<y <<'\n' << std::flush;\
gLogger->traceEnd();}