|
TreeFrogFramework 2.10
|
Searching...
No Matches
TDebug Class Reference
#include <tdebug.h>
Public Member Functions | |
| TDebug (const TDebug &other) | |
| TDebug & | operator= (const TDebug &other) |
| TDebug | fatal () const |
| TDebug | error () const |
| TDebug | warn () const |
| TDebug | info () 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 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<< (char t) |
| TDebug & | operator<< (int t) |
| TDebug & | operator<< (unsigned int t) |
| TDebug & | operator<< (long t) |
| TDebug & | operator<< (unsigned long t) |
| TDebug & | operator<< (quint64 t) |
| TDebug & | operator<< (const char *t) |
| TDebug & | operator<< (const QString &t) |
| TDebug & | operator<< (const QStringList &t) |
| TDebug & | operator<< (const QByteArrayList &t) |
| TDebug & | operator<< (const QVariant &t) |
| TDebug & | operator<< (const void *t) |
Detailed Description
The TDebug class provides a file output stream for debugging information.
Constructor & Destructor Documentation
◆ TDebug() [1/2]
|
inline |
◆ TDebug() [2/2]
| TDebug::TDebug | ( | const TDebug & | other | ) |
◆ ~TDebug()
| TDebug::~TDebug | ( | ) |
Member Function Documentation
◆ debug() [1/2]
|
inline |
◆ debug() [2/2]
| void TDebug::debug | ( | const char * | fmt, |
| ... | |||
| ) | const |
Writes the debug message fmt to the file app.log.
◆ error() [1/2]
|
inline |
◆ error() [2/2]
| void TDebug::error | ( | const char * | fmt, |
| ... | |||
| ) | const |
Writes the error message fmt to the file app.log.
◆ fatal() [1/2]
|
inline |
◆ fatal() [2/2]
| void TDebug::fatal | ( | const char * | fmt, |
| ... | |||
| ) | const |
Writes the fatal message fmt to the file app.log.
◆ info() [1/2]
|
inline |
◆ info() [2/2]
| void TDebug::info | ( | const char * | fmt, |
| ... | |||
| ) | const |
Writes the information message fmt to the file app.log.
◆ operator<<() [1/22]
|
inline |
◆ operator<<() [2/22]
|
inline |
◆ operator<<() [3/22]
|
inline |
◆ operator<<() [4/22]
|
inline |
◆ operator<<() [5/22]
|
inline |
◆ operator<<() [6/22]
|
inline |
◆ operator<<() [7/22]
|
inline |
◆ operator<<() [8/22]
|
inline |
◆ operator<<() [9/22]
|
inline |
◆ operator<<() [10/22]
|
inline |
◆ operator<<() [11/22]
|
inline |
◆ operator<<() [12/22]
|
inline |
◆ operator<<() [13/22]
|
inline |
◆ operator<<() [14/22]
|
inline |
◆ operator<<() [15/22]
|
inline |
◆ operator<<() [16/22]
|
inline |
◆ operator<<() [17/22]
|
inline |
◆ operator<<() [18/22]
|
inline |
◆ operator<<() [19/22]
|
inline |
◆ operator<<() [20/22]
|
inline |
◆ operator<<() [21/22]
|
inline |
◆ operator<<() [22/22]
|
inline |
◆ operator=()
◆ trace() [1/2]
|
inline |
◆ trace() [2/2]
| void TDebug::trace | ( | const char * | fmt, |
| ... | |||
| ) | const |
Writes the trace message fmt to the file app.log.
◆ warn() [1/2]
|
inline |
◆ warn() [2/2]
| void TDebug::warn | ( | const char * | fmt, |
| ... | |||
| ) | const |
Writes the warning message fmt to the file app.log.
The documentation for this class was generated from the following files:
- src/tdebug.h
- src/tdebug.cpp