XrdPssTrace.hh File Reference
#include "XrdSys/XrdSysTrace.hh"
Go to the source code of this file.
Defines |
#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; |
Define Documentation
#define DEBUG |
( |
tid, |
|
|
y |
|
) |
if (SysTrace.What & TRACEPSS_Debug) SYSTRACE(SysTrace., tid, epname, 0, y) |
#define EPNAME |
( |
x |
|
) |
static const char *epname = x; |
#define QTRACE |
( |
act |
|
) |
SysTrace.What & TRACEPSS_ ## act |
#define TRACEPSS_ALL 0xffff |
#define TRACEPSS_Debug 0x0001 |