#include <XrdOuc/XrdOucTrace.hh>
#include <iostream>
Include dependency graph for XrdSecProtocolsslTrace.hh:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | QTRACE(act) (SSLxTrace && (SSLxTrace->What & TRACE_ ## act)) |
#define | PRINT(y) |
#define | TRACE(act, x) if (QTRACE(act)) PRINT(x) |
#define | DEBUG(y) TRACE(Debug,y) |
#define | EPNAME(x) const char *epname = x; |
#define | TRACE_ALL 0x000f |
#define | TRACE_Authenxx 0x0007 |
#define | TRACE_Authen 0x0004 |
#define | TRACE_Debug 0x0001 |
#define | TRACE_Identity 0x0002 |
|
|
|
|
|
Value: {if (SSLxTrace) {SSLxTrace->Beg(epname); \
cerr <<y; SSLxTrace->End();}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|