Multi diag tools
|
FormatEngine is used by a Backend to output a Mdt::Error. More...
#include <FormatEngine.h>
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... | |
FormatEngine is used by a Backend to output a Mdt::Error.
Definition at line 35 of file FormatEngine.h.
|
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.