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