Go to the source code of this file.
Value:
#define TRACE_Debug
Definition: XrdCmsTrace.hh:37
#define SYSTRACE(obj, usr, epn, txt, dbg)
Definition: XrdSysTrace.hh:45
int What
Definition: XrdSysTrace.hh:64
#define EPNAME |
( |
|
x | ) |
static const char *epname = x; |
#define QTRACE |
( |
|
act | ) |
Trace.What & TRACE_ ## act |
#define TRACE |
( |
|
x, |
|
|
|
y |
|
) |
| if (Trace.What & TRACE_ ## x) TRACEX(y) |
#define TRACE_Debug 0x0001 |
#define TRACE_Defer 0x0004 |
#define TRACE_Files 0x0020 |
#define TRACE_Forward 0x0008 |
#define TRACE_Redirect 0x0010 |
#define TRACE_Space 0x0040 |
#define TRACE_Stage 0x0002 |
Value:
#define SYSTRACE(obj, usr, epn, txt, dbg)
Definition: XrdSysTrace.hh:45
int What
Definition: XrdSysTrace.hh:64
#define TRACEX |
( |
|
y | ) |
{SYSTRACE(Trace., 0, epname, 0, y)} |