|
XRootD
|
#include "XrdSys/XrdSysError.hh"#include "XrdSys/XrdSysTrace.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 | |
| XrdCms | |
Macros | |
| #define | DEBUG(y) if (Trace.What & TRACE_Debug) TRACEX(y) |
| #define | DEBUGR(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_ALL 0xffff |
| #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 |
| #define | TRACER(x, y) |
| #define | TRACEX(y) {SYSTRACE(Trace., 0, epname, 0, y)} |
| #define DEBUG | ( | y | ) | if (Trace.What & TRACE_Debug) TRACEX(y) |
Definition at line 54 of file XrdCmsTrace.hh.
| #define DEBUGR | ( | y | ) |
Definition at line 51 of file XrdCmsTrace.hh.
| #define EPNAME | ( | x | ) | static const char *epname = x; |
Definition at line 63 of file XrdCmsTrace.hh.
| #define QTRACE | ( | act | ) | Trace.What & TRACE_ ## act |
Definition at line 49 of file XrdCmsTrace.hh.
Definition at line 56 of file XrdCmsTrace.hh.
| #define TRACE_ALL 0xffff |
Definition at line 36 of file XrdCmsTrace.hh.
| #define TRACE_Debug 0x0001 |
Definition at line 37 of file XrdCmsTrace.hh.
| #define TRACE_Defer 0x0004 |
Definition at line 39 of file XrdCmsTrace.hh.
| #define TRACE_Files 0x0020 |
Definition at line 42 of file XrdCmsTrace.hh.
| #define TRACE_Forward 0x0008 |
Definition at line 40 of file XrdCmsTrace.hh.
| #define TRACE_Redirect 0x0010 |
Definition at line 41 of file XrdCmsTrace.hh.
| #define TRACE_Space 0x0040 |
Definition at line 43 of file XrdCmsTrace.hh.
| #define TRACE_Stage 0x0002 |
Definition at line 38 of file XrdCmsTrace.hh.
| #define TRACER | ( | x, | |
| y | |||
| ) |
| #define TRACEX | ( | y | ) | {SYSTRACE(Trace., 0, epname, 0, y)} |
Definition at line 61 of file XrdCmsTrace.hh.