xrootd
Loading...
Searching...
No Matches
Namespaces | Macros | Variables
XrdSsiTrace.hh File Reference
#include "XrdSys/XrdSysTrace.hh"
Include dependency graph for XrdSsiTrace.hh:

Go to the source code of this file.

Namespaces

namespace  XrdSsi
 

Macros

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

Variables

XrdSysTrace XrdSsi::Trace
 

Macro Definition Documentation

◆ DEBUG

#define DEBUG (   y)
Value:
if (Trace.What & TRACESSI_Debug) \
SYSTRACE(Trace., tident, epname, 0, y)
#define TRACESSI_Debug
Definition XrdSsiTrace.hh:34
int What
Definition XrdSysTrace.hh:64

◆ EPNAME

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

◆ QTRACE

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

◆ TRACESSI_ALL

#define TRACESSI_ALL   0xffff

◆ TRACESSI_Debug

#define TRACESSI_Debug   0x0001