XRootD
XrdPssTrace.hh File Reference
+ Include dependency graph for XrdPssTrace.hh:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DEBUG(tid, y)    if (DEBUGON) SYSTRACE(SysTrace., tid, epname, 0, y)
 
#define DEBUGON   TRACING(TRACEPSS_Debug)
 
#define EPNAME(x)   static const char *epname = x;
 
#define QTRACE(act)   SysTrace.What & TRACEPSS_ ## act
 
#define TRACEPSS_ALL   0xffff
 
#define TRACEPSS_Debug   0x0001
 
#define TRACING(x)   (SysTrace.What & x)
 

Macro Definition Documentation

◆ DEBUG

#define DEBUG (   tid,
 
)     if (DEBUGON) SYSTRACE(SysTrace., tid, epname, 0, y)

Definition at line 46 of file XrdPssTrace.hh.

◆ DEBUGON

#define DEBUGON   TRACING(TRACEPSS_Debug)

Definition at line 44 of file XrdPssTrace.hh.

◆ EPNAME

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

Definition at line 49 of file XrdPssTrace.hh.

◆ QTRACE

#define QTRACE (   act)    SysTrace.What & TRACEPSS_ ## act

Definition at line 40 of file XrdPssTrace.hh.

◆ TRACEPSS_ALL

#define TRACEPSS_ALL   0xffff

Definition at line 33 of file XrdPssTrace.hh.

◆ TRACEPSS_Debug

#define TRACEPSS_Debug   0x0001

Definition at line 34 of file XrdPssTrace.hh.

◆ TRACING

#define TRACING (   x)    (SysTrace.What & x)

Definition at line 42 of file XrdPssTrace.hh.