TreeFrogFramework 2.10
Loading...
Searching...
No Matches
tloggerfactory.h
Go to the documentation of this file.
1#pragma once
2#include <QStringList>
3#include <TGlobal>
4
5class TLogger;
6
7
9public:
10 static QStringList keys();
11 static TLogger *create(const QString &key);
12};
13
The TLoggerFactory class creates TLogger objects.
Definition tloggerfactory.h:8
The TLogger class provides an abstract base of logging functionality.
Definition tlogger.h:19
#define T_CORE_EXPORT
Definition tdeclexport.h:28