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
@ kNODEBUG
Definition: XrdClientDebug.hh:87
static XrdClientDebug * Instance()
◆ Info
#define Info |
( |
|
lvl, |
|
|
|
where, |
|
|
|
what |
|
) |
| |
Value:
ostringstream outs;\
outs << where <<
": " << what;
\
}
void Lock()
Definition: XrdClientDebug.hh:122
void Unlock()
Definition: XrdClientDebug.hh:123