xrootd
Loading...
Searching...
No Matches
Macros
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.

Macros

#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
 

Macro Definition Documentation

◆ DEBUG

#define DEBUG (   y)
Value:
if (QTRACE(Debug)) \
{SecTrace->Beg(epname); std::cerr <<y; SecTrace->End();}
#define QTRACE(act)
Definition XrdSecTrace.hh:39

◆ EPNAME

#define EPNAME (   x)    static const char *epname = x;

◆ QTRACE

#define QTRACE (   act)    SecTrace->What & TRACE_ ## act

◆ TRACE

#define TRACE (   act,
 
)
Value:
if (QTRACE(act)) \
{SecTrace->Beg(epname,tident); std::cerr <<x; SecTrace->End();}

◆ TRACE_ALL

#define TRACE_ALL   0x000f

◆ TRACE_Authen

#define TRACE_Authen   0x0004

◆ TRACE_Authenxx

#define TRACE_Authenxx   0x0007

◆ TRACE_Debug

#define TRACE_Debug   0x0001