xrootd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Variables
XrdHttpTrace.hh File Reference

Trace definitions. More...

#include "XrdSys/XrdSysHeaders.hh"
#include "XrdSys/XrdSysTrace.hh"
Include dependency graph for XrdHttpTrace.hh:

Go to the source code of this file.

Macros

#define TRACE_ALL   0x0fff
 
#define TRACE_AUTH   0x0001
 
#define TRACE_DEBUG   0x0002
 
#define TRACE_MEM   0x0010
 
#define TRACE_REQ   0x0020
 
#define TRACE_REDIR   0x0040
 
#define TRACE_RSP   0x0080
 
#define TRACE(act, x)
 
#define TRACEI(act, x)
 
#define TRACING(x)   XrdHttpTrace.What & x
 
#define EPNAME(x)   static const char* epname = x;
 

Variables

XrdSysTrace XrdHttpTrace
 

Detailed Description

Trace definitions.

Author
Fabrizio Furano
Date
Nov 2012

Macro Definition Documentation

#define EPNAME (   x)    static const char* epname = x;
#define TRACE (   act,
 
)
Value:
if (XrdHttpTrace.What & TRACE_ ## act) \
{SYSTRACE(XrdHttpTrace., 0, TraceID, 0, x)}
XrdSysTrace XrdHttpTrace
#define SYSTRACE(obj, usr, epn, txt, dbg)
Definition: XrdSysTrace.hh:45
int What
Definition: XrdSysTrace.hh:64
#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,
 
)
Value:
if (XrdHttpTrace.What & TRACE_ ## act) \
{SYSTRACE(XrdHttpTrace., TRACELINK->ID, TraceID, 0, x)}
#define TRACELINK
Definition: XrdXrootdXeq.hh:36
XrdSysTrace XrdHttpTrace
#define SYSTRACE(obj, usr, epn, txt, dbg)
Definition: XrdSysTrace.hh:45
int What
Definition: XrdSysTrace.hh:64
#define TRACING (   x)    XrdHttpTrace.What & x

Variable Documentation

XrdSysTrace XrdHttpTrace