The QXmppLoggable class represents a source of logging messages.
More...
#include <QXmppLogger.h>
|
void | setGauge (const QString &gauge, double value) |
| Sets the given gauge to value.
|
|
void | logMessage (QXmppLogger::MessageType type, const QString &msg) |
| This signal is emitted to send logging messages.
|
|
void | updateCounter (const QString &counter, qint64 amount=1) |
| Updates the given counter by amount.
|
|
|
void | debug (const QString &message) |
|
void | info (const QString &message) |
|
void | warning (const QString &message) |
|
void | logReceived (const QString &message) |
|
void | logSent (const QString &message) |
|
The QXmppLoggable class represents a source of logging messages.
◆ QXmppLoggable()
QXmppLoggable::QXmppLoggable |
( |
QObject * |
parent = nullptr | ) |
|
◆ debug()
void QXmppLoggable::debug |
( |
const QString & |
message | ) |
|
|
inlineprotected |
Logs a debugging message.
- Parameters
-
◆ info()
void QXmppLoggable::info |
( |
const QString & |
message | ) |
|
|
inlineprotected |
Logs an informational message.
- Parameters
-
◆ logReceived()
void QXmppLoggable::logReceived |
( |
const QString & |
message | ) |
|
|
inlineprotected |
Logs a received packet.
- Parameters
-
◆ logSent()
void QXmppLoggable::logSent |
( |
const QString & |
message | ) |
|
|
inlineprotected |
Logs a sent packet.
- Parameters
-
◆ warning()
void QXmppLoggable::warning |
( |
const QString & |
message | ) |
|
|
inlineprotected |
Logs a warning message.
- Parameters
-
The documentation for this class was generated from the following files: