XRootD
XrdPosixTrace.hh File Reference
+ Include dependency graph for XrdPosixTrace.hh:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 XrdPosixGlobals
 

Macros

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

Macro Definition Documentation

◆ DEBUG

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

Definition at line 43 of file XrdPosixTrace.hh.

◆ DEBUGON

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

Definition at line 41 of file XrdPosixTrace.hh.

◆ DMSG

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

Definition at line 39 of file XrdPosixTrace.hh.

◆ EPNAME

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

Definition at line 45 of file XrdPosixTrace.hh.

◆ TRACE_Debug

#define TRACE_Debug   0x0001

Definition at line 33 of file XrdPosixTrace.hh.