xrootd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Macros | Variables
XrdCmsTrace.hh File Reference
#include "XrdSys/XrdSysError.hh"
#include "XrdSys/XrdSysTrace.hh"
#include "XrdSys/XrdSysHeaders.hh"
Include dependency graph for XrdCmsTrace.hh:

Go to the source code of this file.

Namespaces

 XrdCms
 

Macros

#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 TRACE_Space   0x0040
 
#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)   {SYSTRACE(Trace., 0, epname, 0, y)}
 
#define EPNAME(x)   static const char *epname = x;
 

Variables

XrdSysTrace XrdCms::Trace
 
XrdSysError XrdCms::Say
 

Macro Definition Documentation

#define DEBUG (   y)    if (Trace.What & TRACE_Debug) TRACEX(y)
#define DEBUGR (   y)
Value:
{SYSTRACE(Trace., Arg.Ident, epname, 0, y)}
#define TRACE_Debug
Definition: XrdCmsTrace.hh:37
#define SYSTRACE(obj, usr, epn, txt, dbg)
Definition: XrdSysTrace.hh:45
int What
Definition: XrdSysTrace.hh:64
XrdSysTrace Trace
#define EPNAME (   x)    static const char *epname = x;
#define QTRACE (   act)    Trace.What & TRACE_ ## act
#define TRACE (   x,
 
)    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,
 
)
Value:
if (Trace.What & TRACE_ ## x) \
{SYSTRACE(Trace., Arg.Ident, epname, 0, y)}
#define SYSTRACE(obj, usr, epn, txt, dbg)
Definition: XrdSysTrace.hh:45
int What
Definition: XrdSysTrace.hh:64
XrdSysTrace Trace
#define TRACEX (   y)    {SYSTRACE(Trace., 0, epname, 0, y)}