XRootD
XrdSecTrace.hh File Reference
+ Include dependency graph for XrdSecTrace.hh:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DEBUG(y)
 
#define EPNAME(x)   static const char *epname = x;
 
#define QTRACE(act)   SecTrace->What & TRACE_ ## act
 
#define TRACE(act, x)
 
#define TRACE_ALL   0x000f
 
#define TRACE_Authen   0x0004
 
#define TRACE_Authenxx   0x0007
 
#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

Definition at line 45 of file XrdSecTrace.hh.

◆ EPNAME

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

Definition at line 47 of file XrdSecTrace.hh.

◆ QTRACE

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

Definition at line 39 of file XrdSecTrace.hh.

◆ TRACE

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

Definition at line 41 of file XrdSecTrace.hh.

◆ TRACE_ALL

#define TRACE_ALL   0x000f

Definition at line 60 of file XrdSecTrace.hh.

◆ TRACE_Authen

#define TRACE_Authen   0x0004

Definition at line 62 of file XrdSecTrace.hh.

◆ TRACE_Authenxx

#define TRACE_Authenxx   0x0007

Definition at line 61 of file XrdSecTrace.hh.

◆ TRACE_Debug

#define TRACE_Debug   0x0001

Definition at line 63 of file XrdSecTrace.hh.