|
xrootd
|
#include "XrdSys/XrdSysTrace.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; |
| #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 |