#include <qca_support.h>
Inheritance diagram for QCA::AbstractLogDevice:
Public Member Functions | |
QString | name () const |
virtual void | logTextMessage (const QString &message, enum Logger::Severity severity) |
virtual void | logBinaryMessage (const QByteArray &blob, Logger::Severity severity) |
Protected Member Functions | |
AbstractLogDevice (const QString &name, QObject *parent=0) |
|
Create a new message logger.
|
|
The name of this log device.
|
|
Log a message. The default implementation does nothing - you should override this method in your subclass to do whatever logging is required |
|
Log a binary blob. The default implementation does nothing - you should override this method in your subclass to do whatever logging is required |