XrdFrmTrace.hh File Reference

#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


Define Documentation

#define DEBUG ( y   )     if (Trace.What & TRACE_Debug) TRACEX(y)

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.

#define EPNAME ( x   )     static const char *epname = x;

Definition at line 38 of file XrdFrmTrace.hh.

#define QTRACE ( act   )     Trace.What & TRACE_ ## act

Definition at line 25 of file XrdFrmTrace.hh.

#define TRACE ( x,
y   )     if (Trace.What & TRACE_ ## x) TRACEX(y)

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.

#define TRACER ( x,
y   ) 

Value:

if (Trace.What & TRACE_ ## x) \
                       {Trace.Beg(epname, Req.User); cerr <<y; Trace.End();}

Definition at line 34 of file XrdFrmTrace.hh.

#define TRACEX ( y   )     {Trace.Beg(0,epname); cerr <<y; Trace.End();}

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.


Generated on Tue Jul 5 16:08:08 2011 for ROOT_528-00b_version by  doxygen 1.5.1