The QXmppLoggable class represents a source of logging messages.
More...
#include <QXmppLogger.h>
Signals |
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.
|
Protected Member Functions |
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) |
Detailed Description
The QXmppLoggable class represents a source of logging messages.
Constructor & Destructor Documentation
QXmppLoggable::QXmppLoggable |
( |
QObject * |
parent = 0 | ) |
|
Member Function Documentation
void QXmppLoggable::debug |
( |
const QString & |
message | ) |
|
|
inlineprotected |
Logs a debugging message.
- Parameters
-
void QXmppLoggable::info |
( |
const QString & |
message | ) |
|
|
inlineprotected |
Logs an informational message.
- Parameters
-
void QXmppLoggable::logReceived |
( |
const QString & |
message | ) |
|
|
inlineprotected |
Logs a received packet.
- Parameters
-
void QXmppLoggable::logSent |
( |
const QString & |
message | ) |
|
|
inlineprotected |
Logs a sent packet.
- Parameters
-
void QXmppLoggable::warning |
( |
const QString & |
message | ) |
|
|
inlineprotected |
Logs a warning message.
- Parameters
-
The documentation for this class was generated from the following files: