|
XRootD
|
#include "XrdSys/XrdSysTrace.hh"
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 | |
| namespace | 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 |
| #define DEBUG | ( | y | ) | if (XrdPosixGlobals::Trace.What & TRACE_Debug) DMSG(epname,y) |
Definition at line 43 of file XrdPosixTrace.hh.
| #define DEBUGON (XrdPosixGlobals::Trace.What & TRACE_Debug) |
Definition at line 41 of file XrdPosixTrace.hh.
| #define DMSG | ( | x, | |
| y | |||
| ) | SYSTRACE(XrdPosixGlobals::Trace. , 0, x, 0, y) |
Definition at line 39 of file XrdPosixTrace.hh.
| #define EPNAME | ( | x | ) | static const char *epname = x |
Definition at line 45 of file XrdPosixTrace.hh.
| #define TRACE_Debug 0x0001 |
Definition at line 33 of file XrdPosixTrace.hh.