Vidalia
0.3.1
|
Public Member Functions | |
Stream (QtMsgType t, const QString &fmt) | |
Public Attributes | |
QtMsgType | type |
QString | buf |
int | ref |
Definition at line 25 of file tcglobal.h.
|
inline |
Definition at line 26 of file tcglobal.h.
QString tc::DebugMessage::Stream::buf |
Log message buffer.
Definition at line 29 of file tcglobal.h.
Referenced by tc::DebugMessage::arg(), and tc::DebugMessage::~DebugMessage().
int tc::DebugMessage::Stream::ref |
Reference counter.
Definition at line 30 of file tcglobal.h.
Referenced by tc::DebugMessage::DebugMessage(), and tc::DebugMessage::~DebugMessage().
QtMsgType tc::DebugMessage::Stream::type |
DebugMessage severity level.
Definition at line 28 of file tcglobal.h.
Referenced by tc::DebugMessage::~DebugMessage().