The QXmppLogger class represents a sink for logging messages.
More...
#include <QXmppLogger.h>
Inherits QObject.
|
void | message (QXmppLogger::MessageType type, const QString &text) |
| This signal is emitted whenever a log message is received.
|
|
|
QString | logFilePath |
| The path to which logging messages should be written.
|
|
LoggingType | loggingType |
| The handler for logging messages.
|
|
MessageTypes | messageTypes |
| The types of messages to log.
|
|
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 = nullptr | ) |
|
◆ getLogger()
Returns the default logger.
◆ log
Add a logging message.
- Parameters
-
◆ logFilePath()
QString QXmppLogger::logFilePath |
( |
| ) |
|
Returns the path to which logging messages should be written.
- See also
- loggingType()
◆ 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.
The documentation for this class was generated from the following files: