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

Go to the source code of this file.

Macros

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

Macro Definition Documentation

◆ DEBUG

#define DEBUG (   tid,
 
)     if (SysTrace.What & TRACEPSS_Debug) SYSTRACE(SysTrace., tid, epname, 0, y)

◆ EPNAME

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

◆ QTRACE

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

◆ TRACEPSS_ALL

#define TRACEPSS_ALL   0xffff

◆ TRACEPSS_Debug

#define TRACEPSS_Debug   0x0001