XRootD
Loading...
Searching...
No Matches
XrdHttpTrace.hh File Reference

Trace definitions. More...

+ Include dependency graph for XrdHttpTrace.hh:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define EPNAME(x)
 
#define TRACE(act, x)
 
#define TRACE_ALL   0x0fff
 
#define TRACE_AUTH   0x0001
 
#define TRACE_DEBUG   0x0002
 
#define TRACE_MEM   0x0010
 
#define TRACE_REDIR   0x0040
 
#define TRACE_REQ   0x0020
 
#define TRACE_RSP   0x0080
 
#define TRACEI(act, x)
 
#define TRACING(x)
 

Variables

XrdSysTrace XrdHttpTrace
 

Detailed Description

Trace definitions.

Author
Fabrizio Furano
Date
Nov 2012

Definition in file XrdHttpTrace.hh.

Macro Definition Documentation

◆ EPNAME

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

Definition at line 72 of file XrdHttpTrace.hh.

◆ TRACE

#define TRACE ( act,
x )
Value:
if (XrdHttpTrace.What & TRACE_ ## act) \
{SYSTRACE(XrdHttpTrace., 0, TraceID, 0, x)}
XrdSysTrace XrdHttpTrace("http")
#define SYSTRACE(obj, usr, epn, txt, dbg)

Definition at line 63 of file XrdHttpTrace.hh.

63#define TRACE(act, x) \
64 if (XrdHttpTrace.What & TRACE_ ## act) \
65 {SYSTRACE(XrdHttpTrace., 0, TraceID, 0, x)}

◆ TRACE_ALL

#define TRACE_ALL   0x0fff

Definition at line 47 of file XrdHttpTrace.hh.

◆ TRACE_AUTH

#define TRACE_AUTH   0x0001

Definition at line 48 of file XrdHttpTrace.hh.

Referenced by XrdHttpProtocol::Process().

◆ TRACE_DEBUG

#define TRACE_DEBUG   0x0002

Definition at line 49 of file XrdHttpTrace.hh.

◆ TRACE_MEM

#define TRACE_MEM   0x0010

Definition at line 50 of file XrdHttpTrace.hh.

◆ TRACE_REDIR

#define TRACE_REDIR   0x0040

Definition at line 52 of file XrdHttpTrace.hh.

◆ TRACE_REQ

#define TRACE_REQ   0x0020

Definition at line 51 of file XrdHttpTrace.hh.

Referenced by XrdXrootdResponse::Set().

◆ TRACE_RSP

#define TRACE_RSP   0x0080

◆ TRACEI

#define TRACEI ( act,
x )
Value:
if (XrdHttpTrace.What & TRACE_ ## act) \
{SYSTRACE(XrdHttpTrace., TRACELINK->ID, TraceID, 0, x)}
#define TRACELINK
Definition XrdLinkCtl.cc:40

Definition at line 67 of file XrdHttpTrace.hh.

67#define TRACEI(act, x) \
68 if (XrdHttpTrace.What & TRACE_ ## act) \
69 {SYSTRACE(XrdHttpTrace., TRACELINK->ID, TraceID, 0, x)}

◆ TRACING

#define TRACING ( x)
Value:
XrdHttpTrace.What & x

Definition at line 71 of file XrdHttpTrace.hh.

Variable Documentation

◆ XrdHttpTrace

XrdSysTrace XrdHttpTrace
extern