![]() |
XRootD
|
#include "XrdSys/XrdSysTrace.hh"
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) |
Definition at line 46 of file XrdPssTrace.hh.
#define DEBUGON TRACING(TRACEPSS_Debug) |
Definition at line 44 of file XrdPssTrace.hh.
#define EPNAME | ( | x | ) | static const char *epname = x; |
Definition at line 49 of file XrdPssTrace.hh.
#define QTRACE | ( | act | ) | SysTrace.What & TRACEPSS_ ## act |
Definition at line 40 of file XrdPssTrace.hh.
#define TRACEPSS_ALL 0xffff |
Definition at line 33 of file XrdPssTrace.hh.
#define TRACEPSS_Debug 0x0001 |
Definition at line 34 of file XrdPssTrace.hh.
#define TRACING | ( | x | ) | (SysTrace.What & x) |
Definition at line 42 of file XrdPssTrace.hh.