XrdCryptoTrace.hh File Reference

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

Go to the source code of this file.

Defines

#define QTRACE(act)   (cryptoTrace && (cryptoTrace->What & cryptoTRACE_ ## 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;

Variables

XrdOucTracecryptoTrace


Define Documentation

#define DEBUG ( y   )     TRACE(Debug,y)

Definition at line 25 of file XrdCryptoTrace.hh.

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

Definition at line 26 of file XrdCryptoTrace.hh.

#define PRINT ( y   ) 

Value:

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

Definition at line 22 of file XrdCryptoTrace.hh.

#define QTRACE ( act   )     (cryptoTrace && (cryptoTrace->What & cryptoTRACE_ ## act))

Definition at line 21 of file XrdCryptoTrace.hh.

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

Definition at line 24 of file XrdCryptoTrace.hh.


Variable Documentation

XrdOucTrace* cryptoTrace

Definition at line 24 of file XrdCryptoAux.cc.

Referenced by XrdCryptolocalFactory::SetTrace(), and XrdCryptoSetTrace().


Generated on Tue Jul 5 16:08:06 2011 for ROOT_528-00b_version by  doxygen 1.5.1