Go to the source code of this file.
#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
#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
Referenced by XrdCmsRedirLocal::Prepare(), and XrdCmsClient::Prepare().