TreeFrogFramework
2.8
|
#include <tdebug.h>
Public Member Functions | |
TDebug (int priority) | |
TDebug (const TDebug &other) | |
~TDebug () | |
TDebug & | operator= (const TDebug &other) |
TDebug | fatal () const |
TDebug | error () const |
TDebug | warn () const |
TDebug | info () const |
TDebug | debug () const |
TDebug | trace () const |
void | fatal (const char *fmt,...) const T_ATTRIBUTE_FORMAT(2 |
void void | error (const char *fmt,...) const T_ATTRIBUTE_FORMAT(2 |
void void void | warn (const char *fmt,...) const T_ATTRIBUTE_FORMAT(2 |
void void void void | info (const char *fmt,...) const T_ATTRIBUTE_FORMAT(2 |
void void void void void | debug (const char *fmt,...) const T_ATTRIBUTE_FORMAT(2 |
void void void void void void | trace (const char *fmt,...) const T_ATTRIBUTE_FORMAT(2 |
void void void void void void TDebug & | operator<< (QChar t) |
TDebug & | operator<< (bool t) |
TDebug & | operator<< (char t) |
TDebug & | operator<< (short t) |
TDebug & | operator<< (unsigned short t) |
TDebug & | operator<< (int t) |
TDebug & | operator<< (unsigned int t) |
TDebug & | operator<< (long t) |
TDebug & | operator<< (unsigned long t) |
TDebug & | operator<< (qint64 t) |
TDebug & | operator<< (quint64 t) |
TDebug & | operator<< (float t) |
TDebug & | operator<< (double t) |
TDebug & | operator<< (const char *t) |
TDebug & | operator<< (const QString &t) |
TDebug & | operator<< (const QLatin1String &t) |
TDebug & | operator<< (const QStringList &t) |
TDebug & | operator<< (const QByteArray &t) |
TDebug & | operator<< (const QByteArrayList &t) |
TDebug & | operator<< (const QVariant &t) |
TDebug & | operator<< (const void *t) |
TDebug & | operator<< (std::nullptr_t) |
The TDebug class provides a file output stream for debugging information.
|
inline |
TDebug::TDebug | ( | const TDebug & | other | ) |
TDebug::~TDebug | ( | ) |
|
inline |
void TDebug::debug | ( | const char * | fmt, |
... | |||
) | const |
Writes the debug message fmt to the file app.log.
|
inline |
void TDebug::error | ( | const char * | fmt, |
... | |||
) | const |
Writes the error message fmt to the file app.log.
|
inline |
void TDebug::fatal | ( | const char * | fmt, |
... | |||
) | const |
Writes the fatal message fmt to the file app.log.
|
inline |
void TDebug::info | ( | const char * | fmt, |
... | |||
) | const |
Writes the information message fmt to the file app.log.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void TDebug::trace | ( | const char * | fmt, |
... | |||
) | const |
Writes the trace message fmt to the file app.log.
|
inline |
void TDebug::warn | ( | const char * | fmt, |
... | |||
) | const |
Writes the warning message fmt to the file app.log.