#include "XrdOuc/XrdOucTrace.hh"#include "XrdSys/XrdSysHeaders.hh"Go to the source code of this file.
Defines | |
| #define | TRACE_ALL 0x0fff |
| #define | TRACE_Opendir 0x0001 |
| #define | TRACE_Open 0x0002 |
| #define | TRACE_AIO 0x0004 |
| #define | TRACE_Debug 0x0800 |
| #define | QTRACE(act) OssTrace.What & TRACE_ ## act |
| #define | TRACE(act, x) |
| #define | TRACEReturn(type, ecode, msg) {TRACE(type, "err " <<ecode <<msg); return ecode;} |
| #define | DEBUG(y) |
| #define | EPNAME(x) static const char *epname = x; |
| #define DEBUG | ( | y | ) |
Definition at line 41 of file XrdOssTrace.hh.
| #define QTRACE | ( | act | ) | OssTrace.What & TRACE_ ## act |
Definition at line 29 of file XrdOssTrace.hh.
| #define TRACE | ( | act, | |||
| x | ) |
| #define TRACE_AIO 0x0004 |
Definition at line 22 of file XrdOssTrace.hh.
| #define TRACE_ALL 0x0fff |
Definition at line 19 of file XrdOssTrace.hh.
| #define TRACE_Debug 0x0800 |
Definition at line 23 of file XrdOssTrace.hh.
| #define TRACE_Open 0x0002 |
| #define TRACE_Opendir 0x0001 |
Definition at line 35 of file XrdOssTrace.hh.
1.5.1