xrootd
|
#include <XrdMonCtrDebug.hh>
Public Types | |
enum | Verbosity { Quiet = 0x0000, Receiving = 0x0001, PathDec = 0x0002, DataDec = 0x0004, IdDec = 0x0008, Sink = 0x0010, All = 0xFFFF } |
Static Public Member Functions | |
static void | initialize () |
static bool | verbose (Verbosity val) |
Static Public Attributes | |
static XrdSysMutex | _mutex |
Static Private Attributes | |
static Verbosity | _verbose = XrdMonCtrDebug::Receiving |
static bool XrdMonCtrDebug::verbose | ( | Verbosity | val | ) | [inline, static] |
References _verbose.
Referenced by XrdMonCtrWriter::operator()().
XrdSysMutex XrdMonCtrDebug::_mutex [static] |
XrdMonCtrDebug::Verbosity XrdMonCtrDebug::_verbose = XrdMonCtrDebug::Receiving [static, private] |
Referenced by initialize(), and verbose().