XrdSecTrace.hh File Reference
#include "XrdOuc/XrdOucTrace.hh"
#include "XrdSys/XrdSysHeaders.hh"
Go to the source code of this file.
Define Documentation
Value:if (QTRACE(Debug)) \
{SecTrace->Beg(epname); cerr <<y; SecTrace->End();}
#define EPNAME |
( |
x |
|
) |
static const char *epname = x; |
#define QTRACE |
( |
act |
|
) |
SecTrace->What & TRACE_ ## act |
Value:if (QTRACE(act)) \
{SecTrace->Beg(epname,tident); cerr <<x; SecTrace->End();}
#define TRACE_Authen 0x0004 |
#define TRACE_Authenxx 0x0007 |
#define TRACE_Debug 0x0001 |