|
QXmpp Version: 1.15.1
|
The QXmppLoggable class represents a source of logging messages. More...
#include <QXmppLogger.h>

Public Member Functions | |
| QXmppLoggable (QObject *parent=nullptr) | |
| Q_SIGNAL void | setGauge (const QString &gauge, double value) |
| Sets the given gauge to value. | |
| Q_SIGNAL void | logMessage (QXmppLogger::MessageType type, const QString &msg) |
| This signal is emitted to send logging messages. | |
| Q_SIGNAL void | updateCounter (const QString &counter, qint64 amount=1) |
| Updates the given counter by amount. | |
The QXmppLoggable class represents a source of logging messages.
| QXmppLoggable::QXmppLoggable | ( | QObject * | parent = nullptr | ) |
Constructs a new QXmppLoggable.
| parent |