xrootd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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

 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

#define DEBUG (   y)
Value:
{Trace.Beg(tident, epname) <<y; Trace.End();}
XrdOucTrace Trace
void Beg(const char *tid=0, const char *usr=0, const char *sid=0)
Definition: XrdOucTrace.hh:39
void End()
Definition: XrdOucTrace.hh:42
#define TRACESSI_Debug
Definition: XrdSsiTrace.hh:34
int What
Definition: XrdOucTrace.hh:46
#define EPNAME (   x)    static const char *epname = x;
#define QTRACE (   act)    Trace.What & TRACESSI_ ## act
#define TRACESSI_ALL   0xffff
#define TRACESSI_Debug   0x0001