#include <tdebug.h>
The TDebug class provides a file output stream for debugging information.
◆ TDebug() [1/2]
| TDebug::TDebug |
( |
int |
priority | ) |
|
|
inline |
◆ TDebug() [2/2]
| TDebug::TDebug |
( |
const TDebug & |
other | ) |
|
◆ debug() [1/2]
| TDebug TDebug::debug |
( |
| ) |
const |
|
inline |
◆ debug() [2/2]
| void TDebug::debug |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| const |
Writes the debug message fmt to the file app.log.
◆ error() [1/2]
| TDebug TDebug::error |
( |
| ) |
const |
|
inline |
◆ error() [2/2]
| void TDebug::error |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| const |
Writes the error message fmt to the file app.log.
◆ fatal() [1/2]
| TDebug TDebug::fatal |
( |
| ) |
const |
|
inline |
◆ fatal() [2/2]
| void TDebug::fatal |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| const |
Writes the fatal message fmt to the file app.log.
◆ info() [1/2]
◆ info() [2/2]
| void TDebug::info |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| const |
Writes the information message fmt to the file app.log.
◆ operator<<() [1/22]
| TDebug & TDebug::operator<< |
( |
bool |
t | ) |
|
|
inline |
◆ operator<<() [2/22]
| TDebug & TDebug::operator<< |
( |
char |
t | ) |
|
|
inline |
◆ operator<<() [3/22]
| TDebug & TDebug::operator<< |
( |
const char * |
t | ) |
|
|
inline |
◆ operator<<() [4/22]
| TDebug & TDebug::operator<< |
( |
const QByteArray & |
t | ) |
|
|
inline |
◆ operator<<() [5/22]
| TDebug & TDebug::operator<< |
( |
const QByteArrayList & |
t | ) |
|
|
inline |
◆ operator<<() [6/22]
| TDebug & TDebug::operator<< |
( |
const QLatin1String & |
t | ) |
|
|
inline |
◆ operator<<() [7/22]
| TDebug & TDebug::operator<< |
( |
const QString & |
t | ) |
|
|
inline |
◆ operator<<() [8/22]
| TDebug & TDebug::operator<< |
( |
const QStringList & |
t | ) |
|
|
inline |
◆ operator<<() [9/22]
| TDebug & TDebug::operator<< |
( |
const QVariant & |
t | ) |
|
|
inline |
◆ operator<<() [10/22]
| TDebug & TDebug::operator<< |
( |
const void * |
t | ) |
|
|
inline |
◆ operator<<() [11/22]
| TDebug & TDebug::operator<< |
( |
double |
t | ) |
|
|
inline |
◆ operator<<() [12/22]
| TDebug & TDebug::operator<< |
( |
float |
t | ) |
|
|
inline |
◆ operator<<() [13/22]
| TDebug & TDebug::operator<< |
( |
int |
t | ) |
|
|
inline |
◆ operator<<() [14/22]
| TDebug & TDebug::operator<< |
( |
long |
t | ) |
|
|
inline |
◆ operator<<() [15/22]
| void void void void void void TDebug & TDebug::operator<< |
( |
QChar |
t | ) |
|
|
inline |
◆ operator<<() [16/22]
| TDebug & TDebug::operator<< |
( |
qint64 |
t | ) |
|
|
inline |
◆ operator<<() [17/22]
| TDebug & TDebug::operator<< |
( |
quint64 |
t | ) |
|
|
inline |
◆ operator<<() [18/22]
| TDebug & TDebug::operator<< |
( |
short |
t | ) |
|
|
inline |
◆ operator<<() [19/22]
| TDebug & TDebug::operator<< |
( |
std::nullptr_t |
| ) |
|
|
inline |
◆ operator<<() [20/22]
| TDebug & TDebug::operator<< |
( |
unsigned int |
t | ) |
|
|
inline |
◆ operator<<() [21/22]
| TDebug & TDebug::operator<< |
( |
unsigned long |
t | ) |
|
|
inline |
◆ operator<<() [22/22]
| TDebug & TDebug::operator<< |
( |
unsigned short |
t | ) |
|
|
inline |
◆ operator=()
◆ trace() [1/2]
| TDebug TDebug::trace |
( |
| ) |
const |
|
inline |
◆ trace() [2/2]
| void TDebug::trace |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| const |
Writes the trace message fmt to the file app.log.
◆ warn() [1/2]
◆ 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: