XrdFrcTrace.hh File Reference
#include "XrdSys/XrdSysError.hh"
#include "XrdOuc/XrdOucTrace.hh"
#include "XrdSys/XrdSysHeaders.hh"
Go to the source code of this file.
Define Documentation
| #define DEBUG |
( |
y |
|
) |
if (Trace.What & TRACE_Debug) TRACEX(y) |
| #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 TRACEX |
( |
y |
|
) |
{Trace.Beg(0,epname); cerr <<y; Trace.End();} |
| #define VMSG |
( |
a, |
|
|
... |
|
) |
if (Config.Verbose) Say.Emsg(a,__VA_ARGS__); |
| #define VSAY |
( |
a, |
|
|
... |
|
) |
if (Config.Verbose) Say.Say(a,__VA_ARGS__); |