|
XRootD
|
Include dependency graph for XrdOssCsiTrace.hh:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | DEBUG(y) |
| #define | EPNAME(x) static const char *epname = x; |
| #define | QTRACE(act) OssCsiTrace.What & TRACE_ ## act |
| #define | TRACE(act, x) |
| #define | TRACE_ALL 0x0fff |
| #define | TRACE_Debug 0x0800 |
| #define | TRACE_Info 0x0002 |
| #define | TRACE_Warn 0x0001 |
| #define | TRACEReturn(type, ecode, msg) {TRACE(type, "err " <<ecode <<msg); return ecode;} |
| #define DEBUG | ( | y | ) |
Definition at line 56 of file XrdOssCsiTrace.hh.
| #define EPNAME | ( | x | ) | static const char *epname = x; |
Definition at line 59 of file XrdOssCsiTrace.hh.
| #define QTRACE | ( | act | ) | OssCsiTrace.What & TRACE_ ## act |
Definition at line 47 of file XrdOssCsiTrace.hh.
| #define TRACE | ( | act, | |
| x | |||
| ) |
| #define TRACE_ALL 0x0fff |
Definition at line 38 of file XrdOssCsiTrace.hh.
| #define TRACE_Debug 0x0800 |
Definition at line 41 of file XrdOssCsiTrace.hh.
| #define TRACE_Info 0x0002 |
Definition at line 40 of file XrdOssCsiTrace.hh.
| #define TRACE_Warn 0x0001 |
Definition at line 39 of file XrdOssCsiTrace.hh.
| #define TRACEReturn | ( | type, | |
| ecode, | |||
| msg | |||
| ) | {TRACE(type, "err " <<ecode <<msg); return ecode;} |
Definition at line 53 of file XrdOssCsiTrace.hh.