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