CCIMXDesktop
 
Loading...
Searching...
No Matches
PlainFormarter.h
1#ifndef PLAINFORMARTER_H
2#define PLAINFORMARTER_H
3#include "../FormativeFactory.h"
4
10public:
11 PlainFormarter() = default;
19 QString formativeFactory(
20 QtMsgType type,
21 const QMessageLogContext& context,
22 const QString& msg) override;
23};
24
25#endif // PLAINFORMARTER_H
Definition FormativeFactory.h:5
The PlainFormarter class just simply output the message as default, without any tiring messages info!
Definition PlainFormarter.h:9
QString formativeFactory(QtMsgType type, const QMessageLogContext &context, const QString &msg) override
formativeFactory format strings
Definition PlainFormarter.cpp:3
PlainFormarter()=default
constructor