TreeFrogFramework  2.8
Public Member Functions | List of all members
TLoggerPlugin Class Referenceabstract

#include <tloggerplugin.h>

Inheritance diagram for TLoggerPlugin:
Inheritance graph
[legend]
Collaboration diagram for TLoggerPlugin:
Collaboration graph
[legend]

Public Member Functions

 TLoggerPlugin (QObject *parent=0)
 
 ~TLoggerPlugin ()
 
virtual TLoggercreate (const QString &key)=0
 
- Public Member Functions inherited from TLoggerInterface
virtual ~TLoggerInterface ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ TLoggerPlugin()

TLoggerPlugin::TLoggerPlugin ( QObject *  parent = 0)
inlineexplicit

Constructor.

◆ ~TLoggerPlugin()

TLoggerPlugin::~TLoggerPlugin ( )
inline

Member Function Documentation

◆ 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: