Vidalia 0.2.10
|
#include <tcglobal.h>
Classes | |
struct | Stream |
Public Member Functions | |
DebugMessage (QtMsgType t, const QString &fmt) | |
DebugMessage (const DebugMessage &o) | |
virtual | ~DebugMessage () |
DebugMessage | arg (const QString &a) |
DebugMessage | arg (int a) |
Private Attributes | |
struct tc::DebugMessage::Stream * | stream |
Helper class to handle formatting log messages with arguments.
Definition at line 25 of file tcglobal.h.
tc::DebugMessage::DebugMessage | ( | QtMsgType | t, |
const QString & | fmt | ||
) | [inline] |
Constructs a new DebugMessage with severity t and the message format fmt.
Definition at line 37 of file tcglobal.h.
tc::DebugMessage::DebugMessage | ( | const DebugMessage & | o | ) | [inline] |
Definition at line 39 of file tcglobal.h.
References tc::DebugMessage::Stream::ref, and stream.
virtual tc::DebugMessage::~DebugMessage | ( | ) | [inline, virtual] |
Definition at line 41 of file tcglobal.h.
References tc::DebugMessage::Stream::buf, tc::DebugMessage::Stream::ref, stream, and tc::DebugMessage::Stream::type.
DebugMessage tc::DebugMessage::arg | ( | const QString & | a | ) | [inline] |
Definition at line 49 of file tcglobal.h.
References tc::DebugMessage::Stream::buf, and stream.
DebugMessage tc::DebugMessage::arg | ( | int | a | ) | [inline] |
Definition at line 51 of file tcglobal.h.
References tc::DebugMessage::Stream::buf, and stream.
struct tc::DebugMessage::Stream * tc::DebugMessage::stream [private] |
Referenced by arg(), DebugMessage(), and ~DebugMessage().