Go to the source code of this file.
◆ DEBUG
◆ DEBUGR
Value:
{Trace.
Beg(epname, Req.User); std::cerr <<y; Trace.
End();}
XrdSysTrace & Beg(const char *usr=0, const char *epn=0, const char *txt=0)
Definition at line 45 of file XrdFrcTrace.hh.
◆ EPNAME
#define EPNAME |
( |
|
x | ) |
static const char *epname = x; |
◆ QTRACE
#define QTRACE |
( |
|
act | ) |
Trace.What & TRACE_ ## act |
◆ TRACE
#define TRACE |
( |
|
x, |
|
|
|
y |
|
) |
| if (Trace.What & TRACE_ ## x) TRACEX(y) |
◆ TRACE_ALL
◆ TRACE_Debug
#define TRACE_Debug 0x0001 |
◆ TRACER
Value: if (Trace.
What & TRACE_ ## x) \
{Trace.
Beg(epname, Req.User); std::cerr <<y; Trace.
End();}
Definition at line 52 of file XrdFrcTrace.hh.
◆ TRACEX
#define TRACEX |
( |
|
y | ) |
{Trace.Beg(0,epname); std::cerr <<y; Trace.End();} |
◆ VMSG
#define VMSG |
( |
|
a, |
|
|
|
... |
|
) |
| if (Config.Verbose) Say.Emsg(a,__VA_ARGS__); |
◆ VSAY
#define VSAY |
( |
|
a, |
|
|
|
... |
|
) |
| if (Config.Verbose) Say.Say(a,__VA_ARGS__); |