The QXmppLogger class represents a sink for logging messages.
More...
#include <QXmppLogger.h>
Inherits QObject.
The QXmppLogger class represents a sink for logging messages.
◆ LoggingType
This enum describes how log message are handled.
| Enumerator |
|---|
| NoLogging | Log messages are discarded.
|
| FileLogging | Log messages are written to a file.
|
| StdoutLogging | Log messages are written to the standard output.
|
| SignalLogging | Log messages are emitted as a signal.
|
◆ MessageType
This enum describes a type of log message.
| Enumerator |
|---|
| NoMessage | No message type.
|
| DebugMessage | Debugging message.
|
| InformationMessage | Informational message.
|
| WarningMessage | Warning message.
|
| ReceivedMessage | Message received from server.
|
| SentMessage | Message sent to server.
|
| AnyMessage | Any message type.
|
◆ QXmppLogger()
| QXmppLogger::QXmppLogger |
( |
QObject * |
parent = 0 | ) |
|
◆ getLogger()
Returns the default logger.
◆ log
Add a logging message.
- Parameters
-
◆ reopen
| void QXmppLogger::reopen |
( |
| ) |
|
|
slot |
If logging to a file, causes the file to be re-opened.
◆ setGauge
| void QXmppLogger::setGauge |
( |
const QString & |
gauge, |
|
|
double |
value |
|
) |
| |
|
virtualslot |
Sets the given gauge to value.
NOTE: the base implementation does nothing.
◆ setLogFilePath()
| void QXmppLogger::setLogFilePath |
( |
const QString & |
path | ) |
|
Sets the path to which logging messages should be written.
- Parameters
-
- See also
- setLoggingType()
◆ setLoggingType()
Sets the handler for logging messages.
- Parameters
-
◆ setMessageTypes()
| void QXmppLogger::setMessageTypes |
( |
QXmppLogger::MessageTypes |
types | ) |
|
Sets the types of messages to log.
- Parameters
-
◆ updateCounter
| void QXmppLogger::updateCounter |
( |
const QString & |
counter, |
|
|
qint64 |
amount |
|
) |
| |
|
virtualslot |
Updates the given counter by amount.
NOTE: the base implementation does nothing.
◆ logFilePath
| QString QXmppLogger::logFilePath |
|
readwrite |
Returns the path to which logging messages should be written.
- See also
- loggingType()
◆ loggingType
Returns the handler for logging messages.
◆ messageTypes
| QXmppLogger::MessageTypes QXmppLogger::messageTypes |
|
readwrite |
Returns the types of messages to log.
The documentation for this class was generated from the following files: