TreeFrogFramework: TLoggerPlugin Class Reference
#include <tloggerplugin.h>
Public Member Functions | |
| TLoggerPlugin (QObject *parent=0) | |
| ~TLoggerPlugin () | |
| virtual TLogger * | create (const QString &key)=0 |
Public Member Functions inherited from TLoggerInterface | |
| virtual | ~TLoggerInterface () |
The TLoggerPlugin class provides an abstract base for custom TLogger plugins.
Refer to 'How to Create Qt Plugins' in the Qt documentation.
|
inlineexplicit |
Constructor.
◆ ~TLoggerPlugin()
|
inline |
◆ create()
|
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:
- src/tloggerplugin.h
- src/tloggerfactory.cpp
Public Member Functions inherited from