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

Go to the source code of this file.

Macros

#define DBG_CTX(y)
 
#define DBG_SIO(y)
 
#define DBG_SOK(y)
 
#define DBG_TLS(y)
 
#define EPNAME(x)
 
#define TRACING(act)
 

Macro Definition Documentation

◆ DBG_CTX

#define DBG_CTX ( y)
Value:
SYSTRACE(XrdTlsGlobal::SysTrace., 0, epname, 0, y)
static const int dbgCTX
Turn debugging in for context operations.
Definition XrdTls.hh:100
XrdSysTrace SysTrace("TLS", 0)

Definition at line 39 of file XrdTlsTrace.hh.

39#define DBG_CTX(y)\
40 if (XrdTlsGlobal::SysTrace.What & XrdTls::dbgCTX) \
41 SYSTRACE(XrdTlsGlobal::SysTrace., 0, epname, 0, y)

Referenced by XrdTlsFlush::Flusher(), XrdTlsCrl::Refresh(), and XrdTlsContext::Session().

◆ DBG_SIO

#define DBG_SIO ( y)
Value:
SYSTRACE(XrdTlsGlobal::SysTrace., pImpl->traceID, epname, 0, y)
static const int dbgSIO
Turn debugging in for socket I/O.
Definition XrdTls.hh:102

Definition at line 47 of file XrdTlsTrace.hh.

47#define DBG_SIO(y)\
48 if (XrdTlsGlobal::SysTrace.What & XrdTls::dbgSIO) \
49 SYSTRACE(XrdTlsGlobal::SysTrace., pImpl->traceID, epname, 0, y)

Referenced by XrdTlsSocket::Peek(), XrdTlsSocket::Read(), and XrdTlsSocket::Write().

◆ DBG_SOK

#define DBG_SOK ( y)
Value:
SYSTRACE(XrdTlsGlobal::SysTrace., pImpl->traceID, epname, 0, y)
static const int dbgSOK
Turn debugging in for socket operations.
Definition XrdTls.hh:101

Definition at line 43 of file XrdTlsTrace.hh.

43#define DBG_SOK(y)\
44 if (XrdTlsGlobal::SysTrace.What & XrdTls::dbgSOK) \
45 SYSTRACE(XrdTlsGlobal::SysTrace., pImpl->traceID, epname, 0, y)

Referenced by XrdTlsSocket::Accept(), XrdTlsSocket::Connect(), and XrdTlsSocket::Shutdown().

◆ DBG_TLS

#define DBG_TLS ( y)
Value:
SYSTRACE(XrdTlsGlobal::SysTrace., pImpl->traceID, epname, 0, y)
#define SYSTRACE(obj, usr, epn, txt, dbg)

Definition at line 51 of file XrdTlsTrace.hh.

51#define DBG_TLS(y)\
52 SYSTRACE(XrdTlsGlobal::SysTrace., pImpl->traceID, epname, 0, y)

◆ EPNAME

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

Definition at line 54 of file XrdTlsTrace.hh.

◆ TRACING

#define TRACING ( act)
Value:

Definition at line 37 of file XrdTlsTrace.hh.