#include <XrdOuc/XrdOucTrace.hh>
#include "XrdSys/XrdSysHeaders.hh"
Go to the source code of this file.
Defines | |
#define | QTRACE(act) (gsiTrace && (gsiTrace->What & TRACE_ ## act)) |
#define | PRINT(y) |
#define | TRACE(act, x) if (QTRACE(act)) PRINT(x) |
#define | DEBUG(y) TRACE(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 |
Variables | |
XrdOucTrace * | gsiTrace |
Definition at line 22 of file XrdSecgsiTrace.hh.
Definition at line 23 of file XrdSecgsiTrace.hh.
#define PRINT | ( | y | ) |
Definition at line 18 of file XrdSecgsiTrace.hh.
Definition at line 21 of file XrdSecgsiTrace.hh.
#define TRACE_ALL 0x000f |
Definition at line 35 of file XrdSecgsiTrace.hh.
#define TRACE_Authen 0x0004 |
Definition at line 37 of file XrdSecgsiTrace.hh.
#define TRACE_Authenxx 0x0007 |
Definition at line 36 of file XrdSecgsiTrace.hh.
#define TRACE_Debug 0x0001 |
Definition at line 38 of file XrdSecgsiTrace.hh.
Definition at line 96 of file XrdSecgsiProxy.cc.