XRootD
Loading...
Searching...
No Matches
XrdCryptosslTrace.hh File Reference
+ Include dependency graph for XrdCryptosslTrace.hh:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DEBUG(y)
 
#define EPNAME(x)
 
#define PRINT(y)
 
#define QTRACE(act)
 
#define TRACE(act, x)
 

Variables

XrdOucTracesslTrace
 

Macro Definition Documentation

◆ DEBUG

#define DEBUG ( y)
Value:
bool Debug
#define TRACE(act, x)
Definition XrdTrace.hh:63

Definition at line 42 of file XrdCryptosslTrace.hh.

◆ EPNAME

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

Definition at line 43 of file XrdCryptosslTrace.hh.

◆ PRINT

◆ QTRACE

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

Definition at line 38 of file XrdCryptosslTrace.hh.

◆ TRACE

#define TRACE ( act,
x )
Value:
if (QTRACE(act)) PRINT(x)
#define QTRACE(act)
#define PRINT(y)

Definition at line 41 of file XrdCryptosslTrace.hh.

Variable Documentation

◆ sslTrace

XrdOucTrace* sslTrace
extern

Definition at line 50 of file XrdCryptosslAux.cc.

Referenced by XrdCryptosslFactory::SetTrace().