Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

XrdSecgsiTrace.hh File Reference

#include <XrdOuc/XrdOucTrace.hh>
#include "XrdSys/XrdSysHeaders.hh"

Include dependency graph for XrdSecgsiTrace.hh:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define QTRACE(act)   (gsiTrace && (gsiTrace->What & TRACE_ ## act))
#define PRINT(y)
#define TRACE(act, x)   if (QTRACE(act)) PRINT(x)
#define DEBUG(y)   TRACE(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

Variables

XrdOucTracegsiTrace


Define Documentation

#define DEBUG  )     TRACE(Debug,y)
 

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

#define PRINT  ) 
 

Value:

{if (gsiTrace) {gsiTrace->Beg(epname); \
                                       cerr <<y; gsiTrace->End();}}

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

#define TRACE act,
 )     if (QTRACE(act)) PRINT(x)
 

#define TRACE_ALL   0x000f
 

#define TRACE_Authen   0x0004
 

#define TRACE_Authenxx   0x0007
 

#define TRACE_Debug   0x0001
 


Variable Documentation

XrdOucTrace* gsiTrace
 


Generated on Sun Nov 6 13:36:27 2011 for xrootd by  doxygen 1.3.9.1