Multi diag tools
Public Member Functions | List of all members
Mdt::ErrorLogger::FormatEngine Class Referenceabstract

FormatEngine is used by a Backend to output a Mdt::Error. More...

#include <FormatEngine.h>

+ Inheritance diagram for Mdt::ErrorLogger::FormatEngine:

Public Member Functions

 FormatEngine ()=default
 Constructor.
 
virtual ~FormatEngine ()=default
 Destructor.
 
virtual QString formatError (const Mdt::Error &error) const =0
 Format error to its string representation. More...
 

Detailed Description

FormatEngine is used by a Backend to output a Mdt::Error.

Definition at line 35 of file FormatEngine.h.

Member Function Documentation

virtual QString Mdt::ErrorLogger::FormatEngine::formatError ( const Mdt::Error error) const
pure virtual

Format error to its string representation.

This method must be reentrant, because it can be called from Logger thread (which is not the main thread).

Implemented in Mdt::ErrorLogger::FileBackendFormatEngine.


The documentation for this class was generated from the following file: