xrootd
Loading...
Searching...
No Matches
Macros | Variables
XrdCryptosslTrace.hh File Reference
#include "XrdOuc/XrdOucTrace.hh"
#include "XrdCrypto/XrdCryptoAux.hh"
#include "XrdSys/XrdSysHeaders.hh"
Include dependency graph for XrdCryptosslTrace.hh:

Go to the source code of this file.

Macros

#define QTRACE(act)   (sslTrace && (sslTrace->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

XrdOucTracesslTrace
 

Macro Definition Documentation

◆ DEBUG

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

◆ EPNAME

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

◆ PRINT

#define PRINT (   y)
Value:
{if (sslTrace) {sslTrace->Beg(epname); \
std::cerr <<y; sslTrace->End();}}
XrdOucTrace * sslTrace
void End()
Definition XrdOucTrace.hh:42
void Beg(const char *tid=0, const char *usr=0, const char *sid=0)
Definition XrdOucTrace.hh:39

◆ QTRACE

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

◆ TRACE

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

Variable Documentation

◆ sslTrace

XrdOucTrace* sslTrace
extern