Go to the source code of this file.
◆ DebugLevel
◆ DebugSetLevel
◆ Error
#define Error |
( |
|
where, |
|
|
|
what |
|
) |
| |
Value:{ \
ostringstream outs;\
outs << where <<
": " << what;
\}
void TraceStream(short DbgLvl, ostringstream &s)
Definition: XrdClientDebug.hh:105
static XrdClientDebug * Instance()
Definition: XrdClientDebug.hh:87
◆ Info
#define Info |
( |
|
lvl, |
|
|
|
where, |
|
|
|
what |
|
) |
| |
Value:ostringstream outs;\
outs << where <<
": " << what;
\}
void Unlock()
Definition: XrdClientDebug.hh:123
void TraceStream(short DbgLvl, ostringstream &s)
Definition: XrdClientDebug.hh:105
static XrdClientDebug * Instance()
void Lock()
Definition: XrdClientDebug.hh:122