XRootD
Loading...
Searching...
No Matches
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)
 
#define QTRACE(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)
bool Debug

Definition at line 45 of file XrdSecTrace.hh.

45#define DEBUG(y) if (QTRACE(Debug)) \
46 {SecTrace->Beg(epname); std::cerr <<y; SecTrace->End();}

◆ EPNAME

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

Definition at line 47 of file XrdSecTrace.hh.

◆ QTRACE

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

Definition at line 39 of file XrdSecTrace.hh.

◆ TRACE

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

Definition at line 41 of file XrdSecTrace.hh.

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

◆ TRACE_ALL

#define TRACE_ALL   0x000f

Definition at line 60 of file XrdSecTrace.hh.

◆ TRACE_Authen

#define TRACE_Authen   0x0004

◆ 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.