#include <QtCrypto>
◆ AbstractLogDevice()
QCA::AbstractLogDevice::AbstractLogDevice |
( |
const QString & |
name, |
|
|
QObject * |
parent = nullptr |
|
) |
| |
|
explicitprotected |
Create a new message logger.
- Parameters
-
name | the name of this log device |
parent | the parent for this logger |
◆ name()
QString QCA::AbstractLogDevice::name |
( |
| ) |
const |
The name of this log device.
◆ logTextMessage()
virtual void QCA::AbstractLogDevice::logTextMessage |
( |
const QString & |
message, |
|
|
Logger::Severity |
severity |
|
) |
| |
|
virtual |
Log a message.
The default implementation does nothing - you should override this method in your subclass to do whatever logging is required
- Parameters
-
message | the message to log |
severity | the severity level of the message |
◆ logBinaryMessage()
virtual void QCA::AbstractLogDevice::logBinaryMessage |
( |
const QByteArray & |
blob, |
|
|
Logger::Severity |
severity |
|
) |
| |
|
virtual |
Log a binary blob.
The default implementation does nothing - you should override this method in your subclass to do whatever logging is required
- Parameters
-
blob | the message (as a byte array) to log |
severity | the severity level of the message |
The documentation for this class was generated from the following file: