Namespaces | Defines | Variables

XrdOlbTrace.hh File Reference

#include "XrdSys/XrdSysError.hh"
#include "XrdOuc/XrdOucTrace.hh"
#include "XrdSys/XrdSysHeaders.hh"
Include dependency graph for XrdOlbTrace.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  XrdOlb

Defines

#define TRACE_ALL   0x0007
#define TRACE_Debug   0x0001
#define TRACE_Stage   0x0002
#define TRACE_Defer   0x0004
#define XRDOLBTRACETYPE   .
#define DEBUG(y)   if (Trace XRDOLBTRACETYPE What & TRACE_Debug) TRACEX(y)
#define TRACE(x, y)   if (Trace XRDOLBTRACETYPE What & TRACE_ ## x) TRACEX(y)
#define TRACEX(y)   {Trace XRDOLBTRACETYPE Beg(0,epname); cerr <<y; Trace XRDOLBTRACETYPE End();}
#define EPNAME(x)   const char *epname = x;

Variables

XrdSysError XrdOlb::Say
XrdOucTrace XrdOlb::Trace

Define Documentation

#define DEBUG (   y  )     if (Trace XRDOLBTRACETYPE What & TRACE_Debug) TRACEX(y)
#define EPNAME (   x  )     const char *epname = x;
#define TRACE (   x,
  y 
)    if (Trace XRDOLBTRACETYPE What & TRACE_ ## x) TRACEX(y)
#define TRACE_ALL   0x0007
#define TRACE_Debug   0x0001
#define TRACE_Defer   0x0004
#define TRACE_Stage   0x0002
#define TRACEX (   y  )     {Trace XRDOLBTRACETYPE Beg(0,epname); cerr <<y; Trace XRDOLBTRACETYPE End();}
#define XRDOLBTRACETYPE   .