TreeFrogFramework: TLog Class Reference
#include <tlog.h>
Public Member Functions | |
| TLog () | |
| TLog (int pri, const QByteArray &msg, int dur=0) | |
Public Attributes | |
| QDateTime | timestamp |
| int | priority {0} |
| qulonglong | pid {0} |
| qulonglong | threadId {0} |
| QByteArray | message |
| int | duration {0} |
The TLog class contains log messages for web application.
◆ TLog() [1/2]
◆ TLog() [2/2]
| TLog::TLog | ( | int | pri, |
| const QByteArray & | msg, | ||
| int | dur = 0 |
||
| ) |
Constructor.
◆ operator<<
|
friend |
◆ operator>>
|
friend |
◆ duration
◆ message
◆ pid
◆ priority
Priority.
- See also
- enum TLogger::Priority
◆ threadId
qulonglong TLog::threadId {0}
Thread ID.
◆ timestamp
QDateTime TLog::timestamp
Timestamp.
The documentation for this class was generated from the following files: