XrdSecTrace.hh File Reference

#include "XrdOuc/XrdOucTrace.hh"
#include "XrdSys/XrdSysHeaders.hh"
Include dependency graph for XrdSecTrace.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 Documentation

#define DEBUG (  ) 
Value:
if (QTRACE(Debug)) \
                    {SecTrace->Beg(epname); cerr <<y; SecTrace->End();}
#define EPNAME (  )     static const char *epname = x;
#define QTRACE ( act   )     SecTrace->What & TRACE_ ## act
#define TRACE ( act,
 ) 
Value:
if (QTRACE(act)) \
           {SecTrace->Beg(epname,tident); cerr <<x; SecTrace->End();}
#define TRACE_ALL   0x000f
#define TRACE_Authen   0x0004
#define TRACE_Authenxx   0x0007
#define TRACE_Debug   0x0001
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 9 Oct 2019 for xrootd by  doxygen 1.6.1