#include "XrdOuc/XrdOucTrace.hh"#include "XrdSys/XrdSysHeaders.hh"Include dependency graph for XrdSecTrace.hh:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | QTRACE(act) SecTrace->What & TRACE_ ## act |
| #define | TRACE(act, x) |
| #define | DEBUG(y) |
| #define | EPNAME(x) static const char *epname = x; |
| #define | TRACE_ALL 0x000f |
| #define | TRACE_Authenxx 0x0007 |
| #define | TRACE_Authen 0x0004 |
| #define | TRACE_Debug 0x0001 |
|
|
Value: if (QTRACE(Debug)) \ {SecTrace->Beg(epname); cerr <<y; SecTrace->End();} |
|
|
|
|
|
|
|
|
Value: if (QTRACE(act)) \ {SecTrace->Beg(epname,tident); cerr <<x; SecTrace->End();} |
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1