CCIMXDesktop
 
Loading...
Searching...
No Matches
FormativeFactory.h
1#ifndef FORMATIVEFACTORY_H
2#define FORMATIVEFACTORY_H
3#include <QDebug>
4#include <QString>
6public:
7 virtual ~FormativeFactory() = default;
15 virtual QString formativeFactory(QtMsgType type, const QMessageLogContext& context, const QString& msg) = 0;
16};
17
18#endif // FORMATIVEFACTORY_H
Definition FormativeFactory.h:5
virtual QString formativeFactory(QtMsgType type, const QMessageLogContext &context, const QString &msg)=0
Formats a log message according to configured options.