|
XRootD
|
#include "XrdSys/XrdSysError.hh"#include "XrdOuc/XrdOucTrace.hh"#include "XrdSys/XrdSysHeaders.hh"
Include dependency graph for XrdFrcTrace.hh:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | XrdFrc |
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 | TRACER(x, y) |
| #define | TRACEX(y) {Trace.Beg(0,epname); std::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__); |
Variables | |
| XrdSysError | XrdFrc::Say |
| XrdOucTrace | XrdFrc::Trace |
| #define DEBUG | ( | y | ) | if (Trace.What & TRACE_Debug) TRACEX(y) |
Definition at line 48 of file XrdFrcTrace.hh.
| #define DEBUGR | ( | y | ) |
Definition at line 45 of file XrdFrcTrace.hh.
| #define EPNAME | ( | x | ) | static const char *epname = x; |
Definition at line 56 of file XrdFrcTrace.hh.
| #define QTRACE | ( | act | ) | Trace.What & TRACE_ ## act |
Definition at line 43 of file XrdFrcTrace.hh.
Definition at line 50 of file XrdFrcTrace.hh.
| #define TRACE_ALL 0xffff |
Definition at line 36 of file XrdFrcTrace.hh.
| #define TRACE_Debug 0x0001 |
Definition at line 37 of file XrdFrcTrace.hh.
| #define TRACER | ( | x, | |
| y | |||
| ) |
| #define TRACEX | ( | y | ) | {Trace.Beg(0,epname); std::cerr <<y; Trace.End();} |
Definition at line 55 of file XrdFrcTrace.hh.
| #define VMSG | ( | a, | |
| ... | |||
| ) | if (Config.Verbose) Say.Emsg(a,__VA_ARGS__); |
Definition at line 66 of file XrdFrcTrace.hh.
Definition at line 68 of file XrdFrcTrace.hh.