xrootd
Loading...
Searching...
No Matches
Namespaces | Macros | Variables
XrdPosixTrace.hh File Reference
#include "XrdSys/XrdSysTrace.hh"
Include dependency graph for XrdPosixTrace.hh:

Go to the source code of this file.

Namespaces

namespace  XrdPosixGlobals
 

Macros

#define TRACE_Debug   0x0001
 
#define DMSG(x, y)   SYSTRACE(XrdPosixGlobals::Trace. , 0, x, 0, y)
 
#define DEBUGON   (XrdPosixGlobals::Trace.What & TRACE_Debug)
 
#define DEBUG(y)   if (XrdPosixGlobals::Trace.What & TRACE_Debug) DMSG(epname,y)
 
#define EPNAME(x)   static const char *epname = x
 

Variables

XrdSysTrace XrdPosixGlobals::Trace
 

Macro Definition Documentation

◆ DEBUG

#define DEBUG (   y)    if (XrdPosixGlobals::Trace.What & TRACE_Debug) DMSG(epname,y)

◆ DEBUGON

#define DEBUGON   (XrdPosixGlobals::Trace.What & TRACE_Debug)

◆ DMSG

#define DMSG (   x,
 
)    SYSTRACE(XrdPosixGlobals::Trace. , 0, x, 0, y)

◆ EPNAME

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

◆ TRACE_Debug

#define TRACE_Debug   0x0001