The QXmppLoggable class represents a source of logging messages.
More...
#include <QXmppLogger.h>
List of all members.
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 | ) |
[inline, protected] |
Logs a debugging message.
- Parameters:
-
void QXmppLoggable::info |
( |
const QString & |
message | ) |
[inline, protected] |
Logs an informational message.
- Parameters:
-
void QXmppLoggable::logReceived |
( |
const QString & |
message | ) |
[inline, protected] |
Logs a received packet.
- Parameters:
-
void QXmppLoggable::logSent |
( |
const QString & |
message | ) |
[inline, protected] |
Logs a sent packet.
- Parameters:
-
void QXmppLoggable::warning |
( |
const QString & |
message | ) |
[inline, protected] |
Logs a warning message.
- Parameters:
-
The documentation for this class was generated from the following files: