#include "XrdOuc/XrdOucTrace.hh"#include "XrdSys/XrdSysHeaders.hh"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 |
| #define DEBUG | ( | y | ) |
Value:
Definition at line 27 of file XrdSecTrace.hh.
Definition at line 29 of file XrdSecTrace.hh.
| #define QTRACE | ( | act | ) | SecTrace->What & TRACE_ ## act |
Definition at line 21 of file XrdSecTrace.hh.
| #define TRACE | ( | act, | |||
| x | ) |
Value:
Definition at line 23 of file XrdSecTrace.hh.
| #define TRACE_ALL 0x000f |
Definition at line 42 of file XrdSecTrace.hh.
| #define TRACE_Authen 0x0004 |
Definition at line 44 of file XrdSecTrace.hh.
Referenced by XrdSecProtocolpwd::Init(), XrdSecProtocolgsi::Init(), main(), XrdSecProtocolsslInit(), and XrdSecServer::xtrace().
| #define TRACE_Authenxx 0x0007 |
| #define TRACE_Debug 0x0001 |
Definition at line 45 of file XrdSecTrace.hh.
1.5.1