|
xrootd
|
#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 |
| #define DEBUG | ( | y | ) | TRACE(Debug,y) |
| #define EPNAME | ( | x | ) | static const char *epname = x; |
| #define PRINT | ( | y | ) |
{if (cryptoTrace) {cryptoTrace->Beg(epname); \
cerr <<y; cryptoTrace->End();}}
| #define QTRACE | ( | act | ) | (cryptoTrace && (cryptoTrace->What & cryptoTRACE_ ## act)) |
| #define TRACE | ( | act, | |
| x | |||
| ) | if (QTRACE(act)) PRINT(x) |
Referenced by XrdCryptolocalFactory::SetTrace().
1.7.3