QXmpp  Version:0.9.1
Signals | Public Member Functions | Protected Member Functions | List of all members
QXmppLoggable Class Reference

The QXmppLoggable class represents a source of logging messages. More...

#include <QXmppLogger.h>

Inheritance diagram for QXmppLoggable:
Inheritance graph
[legend]

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.
 

Public Member Functions

 QXmppLoggable (QObject *parent=0)
 

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)

Constructs a new QXmppLoggable.

Parameters
parent

Member Function Documentation

void QXmppLoggable::debug ( const QString &  message)
inlineprotected

Logs a debugging message.

Parameters
message
void QXmppLoggable::info ( const QString &  message)
inlineprotected

Logs an informational message.

Parameters
message
void QXmppLoggable::logReceived ( const QString &  message)
inlineprotected

Logs a received packet.

Parameters
message
void QXmppLoggable::logSent ( const QString &  message)
inlineprotected

Logs a sent packet.

Parameters
message
void QXmppLoggable::warning ( const QString &  message)
inlineprotected

Logs a warning message.

Parameters
message

The documentation for this class was generated from the following files: