1 #ifndef _XRDPOSIX_TRACE_H
2 #define _XRDPOSIX_TRACE_H
33 #define TRACE_Debug 0x0001
39 #define DMSG(x,y) SYSTRACE(XrdPosixGlobals::Trace. , 0, x, 0, y)
41 #define DEBUGON (XrdPosixGlobals::Trace.What & TRACE_Debug)
43 #define DEBUG(y) if (XrdPosixGlobals::Trace.What & TRACE_Debug) DMSG(epname,y)
45 #define EPNAME(x) static const char *epname = x
47 namespace XrdPosixGlobals
Definition: XrdSysTrace.hh:48