Go to the documentation of this file. 1 #ifndef ___SEC_TRACE_H___ 2 #define ___SEC_TRACE_H___ 39 #define QTRACE(act) SecTrace->What & TRACE_ ## act 41 #define TRACE(act, x) \ 43 {SecTrace->Beg(epname,tident); cerr <<x; SecTrace->End();} 45 #define DEBUG(y) if (QTRACE(Debug)) \ 46 {SecTrace->Beg(epname); cerr <<y; SecTrace->End();} 47 #define EPNAME(x) static const char *epname = x; 52 #define QTRACE(x) false 60 #define TRACE_ALL 0x000f 61 #define TRACE_Authenxx 0x0007 62 #define TRACE_Authen 0x0004 63 #define TRACE_Debug 0x0001