#include "XrdSys/XrdSysError.hh"
#include "XrdOuc/XrdOucTrace.hh"
#include "XrdSys/XrdSysHeaders.hh"
Go to the source code of this file.
Namespaces | |
namespace | XrdFrm |
Defines | |
#define | TRACE_ALL 0xffff |
#define | TRACE_Debug 0x0001 |
#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; |
#define | VMSG(a,...) if (Config.Verbose) Say.Emsg(a,__VA_ARGS__); |
#define | VSAY(a,...) if (Config.Verbose) Say.Say(a,__VA_ARGS__); |
Variables | |
XrdSysError | XrdFrm::Say |
XrdOucTrace | XrdFrm::Trace |
Definition at line 30 of file XrdFrmTrace.hh.
#define DEBUGR | ( | y | ) |
Value:
if (Trace.What & TRACE_Debug) \ {Trace.Beg(epname, Req.User); cerr <<y; Trace.End();}
Definition at line 27 of file XrdFrmTrace.hh.
Definition at line 38 of file XrdFrmTrace.hh.
#define QTRACE | ( | act | ) | Trace.What & TRACE_ ## act |
Definition at line 25 of file XrdFrmTrace.hh.
Definition at line 32 of file XrdFrmTrace.hh.
#define TRACE_ALL 0xffff |
Definition at line 18 of file XrdFrmTrace.hh.
#define TRACE_Debug 0x0001 |
Definition at line 19 of file XrdFrmTrace.hh.
Definition at line 37 of file XrdFrmTrace.hh.
#define VMSG | ( | a, | |||
... | ) | if (Config.Verbose) Say.Emsg(a,__VA_ARGS__); |
Definition at line 48 of file XrdFrmTrace.hh.
Referenced by XrdFrmMigrate::Scan(), and XrdFrmPurge::Scan().
#define VSAY | ( | a, | |||
... | ) | if (Config.Verbose) Say.Say(a,__VA_ARGS__); |
Definition at line 50 of file XrdFrmTrace.hh.