|
xrootd
|


Go to the source code of this file.
Macros | |
| #define | QTRACE(act) (gsiTrace && (gsiTrace->What & TRACE_ ## act)) |
| #define | PRINT(y) |
| #define | TRACE(act, x) if (QTRACE(act)) PRINT(x) |
| #define | NOTIFY(y) TRACE(Debug,y) |
| #define | DEBUG(y) TRACE(Authen,y) |
| #define | EPNAME(x) static const char *epname = x; |
| #define | TRACE_ALL 0x000f |
| #define | TRACE_Dump 0x0004 |
| #define | TRACE_Authen 0x0002 |
| #define | TRACE_Debug 0x0001 |
Variables | |
| XrdOucTrace * | gsiTrace |
| #define DEBUG | ( | y | ) | TRACE(Authen,y) |
| #define EPNAME | ( | x | ) | static const char *epname = x; |
| #define NOTIFY | ( | y | ) | TRACE(Debug,y) |
| #define PRINT | ( | y | ) |
| #define TRACE_ALL 0x000f |
| #define TRACE_Authen 0x0002 |
| #define TRACE_Debug 0x0001 |
| #define TRACE_Dump 0x0004 |
| XrdOucTrace* gsiTrace |
1.8.5