xrootd
Loading...
Searching...
No Matches
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

namespace  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

◆ DEBUG

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

◆ DEBUGR

#define DEBUGR (   y)
Value:
if (Trace.What & TRACE_Debug) \
{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

◆ EPNAME

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

◆ QTRACE

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

◆ TRACE

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

◆ TRACE_ALL

#define TRACE_ALL   0xffff

◆ TRACE_Debug

#define TRACE_Debug   0x0001

◆ TRACE_Defer

#define TRACE_Defer   0x0004

◆ TRACE_Files

#define TRACE_Files   0x0020

◆ TRACE_Forward

#define TRACE_Forward   0x0008

◆ TRACE_Redirect

#define TRACE_Redirect   0x0010

◆ TRACE_Space

#define TRACE_Space   0x0040

◆ TRACE_Stage

#define TRACE_Stage   0x0002

◆ TRACER

#define TRACER (   x,
 
)
Value:
if (Trace.What & TRACE_ ## x) \
{SYSTRACE(Trace., Arg.Ident, epname, 0, y)}

◆ TRACEX

#define TRACEX (   y)    {SYSTRACE(Trace., 0, epname, 0, y)}