|
xrootd
|
#include <XrdClientDebug.hh>

Public Types | |
| enum | { kNODEBUG = 0, kUSERDEBUG = 1, kHIDEBUG = 2, kDUMPDEBUG = 3 } |
Public Member Functions | |
| short | GetDebugLevel () |
| void | SetLevel (int l) |
| void | TraceStream (short DbgLvl, ostringstream &s) |
| void | TraceString (short DbgLvl, char *s) |
| void | Lock () |
| void | Unlock () |
Static Public Member Functions | |
| static XrdClientDebug * | Instance () |
Protected Member Functions | |
| XrdClientDebug () | |
| ~XrdClientDebug () | |
Private Attributes | |
| short | fDbgLevel |
| XrdSysLogger * | fOucLog |
| XrdSysError * | fOucErr |
| XrdSysRecMutex | fMutex |
Static Private Attributes | |
| static XrdClientDebug * | fgInstance = 0 |
|
protected |
References EnvGetLong, fDbgLevel, fOucErr, fOucLog, and NAME_DEBUG.
Referenced by Instance().
|
protected |
References fgInstance, fOucErr, and fOucLog.
|
inline |
Referenced by XrdClientUrlSet::XrdClientUrlSet().
|
static |
References fgInstance, and XrdClientDebug().
Referenced by XrdClientUrlSet::XrdClientUrlSet().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Referenced by XrdClientDebug().
|
staticprivate |
Referenced by Instance(), and ~XrdClientDebug().
|
private |
|
private |
Referenced by XrdClientDebug(), and ~XrdClientDebug().
|
private |
Referenced by XrdClientDebug(), and ~XrdClientDebug().
1.8.3.1