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

Go to the source code of this file.

Namespaces

namespace  XrdSsi
 

Macros

#define DEBUG(y)
 
#define EPNAME(x)   static const char *epname = x;
 
#define QTRACE(act)   Trace.What & TRACESSI_ ## act
 
#define TRACESSI_ALL   0xffff
 
#define TRACESSI_Debug   0x0001
 

Macro Definition Documentation

◆ DEBUG

#define DEBUG ( y)
Value:
if (Trace.What & TRACESSI_Debug) \
SYSTRACE(Trace., tident, epname, 0, y)
#define tident
#define TRACESSI_Debug

Definition at line 42 of file XrdSsiTrace.hh.

42#define DEBUG(y) if (Trace.What & TRACESSI_Debug) \
43 SYSTRACE(Trace., tident, epname, 0, y)

◆ EPNAME

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

Definition at line 45 of file XrdSsiTrace.hh.

◆ QTRACE

#define QTRACE ( act)    Trace.What & TRACESSI_ ## act

Definition at line 40 of file XrdSsiTrace.hh.

◆ TRACESSI_ALL

#define TRACESSI_ALL   0xffff

Definition at line 33 of file XrdSsiTrace.hh.

Referenced by XrdSsiSfsConfig::Configure().

◆ TRACESSI_Debug

#define TRACESSI_Debug   0x0001

Definition at line 34 of file XrdSsiTrace.hh.

Referenced by XrdSsiSfsConfig::Configure().