#include <ndc.h>
Static Public Member Functions | |
static void | clear () |
static int | depth () |
static NDC * | instance () |
static QString | pop () |
static void | push (const QString &rMessage) |
static void | setMaxDepth (int maxDepth) |
static QString | peek () |
Related Functions | |
(Note that these are not member functions.) | |
QDebug | operator<< (QDebug debug, const NDC &rNDC) |
The method remove() is not required. QThreadStorage cleans up on thread exit.
static void Log4Qt::NDC::clear | ( | ) | [static] |
static int Log4Qt::NDC::depth | ( | ) | [static] |
static QString Log4Qt::NDC::pop | ( | ) | [static] |
static void Log4Qt::NDC::push | ( | const QString & | rMessage | ) | [static] |
static void Log4Qt::NDC::setMaxDepth | ( | int | maxDepth | ) | [static] |
static QString Log4Qt::NDC::peek | ( | ) | [static] |
QDebug operator<< | ( | QDebug | debug, | |
const NDC & | rNDC | |||
) | [related] |
Writes all object member variables to the given debug stream rDebug and returns the stream.
NDC(thread:"main" peek:"i = 3" depth:4)