#include <tloggerplugin.h>
The TLoggerPlugin class provides an abstract base for custom TLogger plugins.
Refer to 'How to Create Qt Plugins' in the Qt documentation.
- See also
- http://doc.qt.io/qt-5/plugins-howto.html
◆ TLoggerPlugin()
TLoggerPlugin::TLoggerPlugin |
( |
QObject * |
parent = 0 | ) |
|
|
inlineexplicit |
◆ ~TLoggerPlugin()
TLoggerPlugin::~TLoggerPlugin |
( |
| ) |
|
|
inline |
◆ create()
TLogger * TLoggerPlugin::create |
( |
const QString & |
key | ) |
|
|
pure virtual |
Implement this function to create a logger matching the name specified by the given key.
Implements TLoggerInterface.
The documentation for this class was generated from the following files: