xrootd
|
#include <XrdSys/XrdSysLogger.hh>
#include <XrdSys/XrdSysError.hh>
#include <XrdCrypto/XrdCryptoAux.hh>
#include <XrdCrypto/XrdCryptoTrace.hh>
Functions | |
void | XrdCryptoSetTrace (kXR_int32 trace) |
Variables | |
const char * | XrdCryptoAuxCVSID = "$Id$" |
static XrdSysLogger | Logger |
static XrdSysError | eDest (0,"crypto_") |
XrdOucTrace * | cryptoTrace = 0 |
void XrdCryptoSetTrace | ( | kXR_int32 | trace | ) |
References cryptoTRACE_ALL, cryptoTRACE_Debug, cryptoTRACE_Dump, cryptoTRACE_Notify, eDest, XrdSysError::logger(), and XrdOucTrace::What.
Referenced by XrdSecProtocolpwd::Init(), XrdSecProtocolgsi::Init(), and main().
XrdOucTrace* cryptoTrace = 0 |
Referenced by XrdCryptolocalFactory::SetTrace().
XrdSysError eDest(0,"crypto_") [static] |
Referenced by main(), XrdCryptoSetTrace(), and XrdOucgetName2Name().
XrdSysLogger Logger [static] |
const char* XrdCryptoAuxCVSID = "$Id$" |