#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 | |
XrdOucTrace * | cryptoTrace |
Definition at line 25 of file XrdCryptoTrace.hh.
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.
Definition at line 24 of file XrdCryptoTrace.hh.
Definition at line 24 of file XrdCryptoAux.cc.
Referenced by XrdCryptolocalFactory::SetTrace(), and XrdCryptoSetTrace().