#include "XrdSys/XrdSysError.hh"#include "XrdOuc/XrdOucTrace.hh"#include "XrdSys/XrdSysHeaders.hh"Include dependency graph for XrdCmsTrace.hh:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | XrdCms |
Defines | |
| #define | TRACE_ALL 0xffff |
| #define | TRACE_Debug 0x0001 |
| #define | TRACE_Stage 0x0002 |
| #define | TRACE_Defer 0x0004 |
| #define | TRACE_Forward 0x0008 |
| #define | TRACE_Redirect 0x0010 |
| #define | TRACE_Files 0x0020 |
| #define | QTRACE(act) Trace.What & TRACE_ ## act |
| #define | DEBUGR(y) |
| #define | DEBUG(y) if (Trace.What & TRACE_Debug) TRACEX(y) |
| #define | TRACE(x, y) if (Trace.What & TRACE_ ## x) TRACEX(y) |
| #define | TRACER(x, y) |
| #define | TRACEX(y) {Trace.Beg(0,epname); cerr <<y; Trace.End();} |
| #define | EPNAME(x) static const char *epname = x; |
Variables | |
| XrdOucTrace | Trace |
|
|
|
|
|
Value: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Value: |
|
|
|
|
|
|
1.3.9.1