#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) |
#define | EPNAME(x) static const char *epname = x; |
#define DEBUG | ( | tid, | |||
y | ) |
if (SysTrace.What & TRACEPSS_Debug) \ {SysTrace.Beg(tid, epname) <<y; SysTrace.End();}
#define EPNAME | ( | x | ) | static const char *epname = x; |
#define QTRACE | ( | act | ) | SysTrace.What & TRACEPSS_ ## act |
#define TRACEPSS_ALL 0xffff |
#define TRACEPSS_Debug 0x0001 |