|
virtual QString | formativeFactory (QtMsgType type, const QMessageLogContext &context, const QString &msg)=0 |
| Formats a log message according to configured options.
|
|
◆ formativeFactory()
virtual QString FormativeFactory::formativeFactory |
( |
QtMsgType |
type, |
|
|
const QMessageLogContext & |
context, |
|
|
const QString & |
msg |
|
) |
| |
|
pure virtual |
Formats a log message according to configured options.
- Parameters
-
type | The log message type (debug, warning, etc.) |
context | The log message context (file, line, function) |
msg | The actual log message |
- Returns
- Formatted log message as QString
Implemented in PlainFormarter, StandardFormater, and ConsoleColorDecorator.
The documentation for this class was generated from the following file: