1 #ifndef ___CRYPTO_TRACE_H___ 2 #define ___CRYPTO_TRACE_H___ 39 #define QTRACE(act) (cryptoTrace && (cryptoTrace->What & cryptoTRACE_ ## act)) 40 #define PRINT(y) {if (cryptoTrace) {cryptoTrace->Beg(epname); \ 41 cerr <<y; cryptoTrace->End();}} 42 #define TRACE(act,x) if (QTRACE(act)) PRINT(x) 43 #define DEBUG(y) TRACE(Debug,y) 44 #define EPNAME(x) static const char *epname = x; Definition: XrdOucTrace.hh:35
XrdOucTrace * cryptoTrace