#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 XRDOLBTRACETYPE What & TRACE_Debug) TRACEX(y) |
| #define EPNAME |
( |
|
x |
) |
const char *epname = x; |
| #define TRACE |
( |
|
x, |
|
|
|
y | |
|
) |
| | if (Trace XRDOLBTRACETYPE What & TRACE_ ## x) TRACEX(y) |
| #define TRACE_Debug 0x0001 |
| #define TRACE_Defer 0x0004 |
| #define TRACE_Stage 0x0002 |
| #define TRACEX |
( |
|
y |
) |
{Trace XRDOLBTRACETYPE Beg(0,epname); cerr <<y; Trace XRDOLBTRACETYPE End();} |
| #define XRDOLBTRACETYPE . |