#include "XrdOuc/XrdOucTrace.hh"
#include "XrdSys/XrdSysHeaders.hh"
Go to the source code of this file.
Namespaces | |
namespace | XrdGlobal |
Defines | |
#define | TRACE_NONE 0x0000 |
#define | TRACE_ALL 0x0fff |
#define | TRACE_DEBUG 0x0001 |
#define | TRACE_CONN 0x0002 |
#define | TRACE_MEM 0x0004 |
#define | TRACE_NET 0x0008 |
#define | TRACE_POLL 0x0010 |
#define | TRACE_PROT 0x0020 |
#define | TRACE_SCHED 0x0040 |
#define | TRACE_TLS 0x0500 |
#define | TRACE_TLSCTX 0x0100 |
#define | TRACE_TLSSIO 0x0200 |
#define | TRACE_TLSSOK 0x0400 |
#define | XRD_TRACE XrdGlobal::XrdTrace. |
#define | TRACE(act, x) |
#define | TRACEI(act, x) |
#define | TRACING(x) XRD_TRACE What & x |
Variables | |
XrdOucTrace | XrdGlobal::XrdTrace |
#define TRACE | ( | act, | |||
x | ) |
#define TRACE_ALL 0x0fff |
#define TRACE_CONN 0x0002 |
#define TRACE_DEBUG 0x0001 |
#define TRACE_MEM 0x0004 |
#define TRACE_NET 0x0008 |
#define TRACE_NONE 0x0000 |
#define TRACE_POLL 0x0010 |
#define TRACE_PROT 0x0020 |
#define TRACE_SCHED 0x0040 |
#define TRACE_TLS 0x0500 |
#define TRACE_TLSCTX 0x0100 |
#define TRACE_TLSSIO 0x0200 |
#define TRACE_TLSSOK 0x0400 |
#define TRACEI | ( | act, | |||
x | ) |
#define TRACING | ( | x | ) | XRD_TRACE What & x |
#define XRD_TRACE XrdGlobal::XrdTrace. |