|
Multi diag tools
|
Console backend for error Logger. More...
#include <ConsoleBackend.h>
Inheritance diagram for Mdt::ErrorLogger::ConsoleBackend:
Collaboration diagram for Mdt::ErrorLogger::ConsoleBackend:Public Member Functions | |
| ConsoleBackend (QObject *parent=nullptr) | |
| Constructor. | |
| ~ConsoleBackend () | |
| Destructor. | |
| void | logError (const Error &error) |
| Log given error. | |
Public Member Functions inherited from Mdt::ErrorLogger::Backend | |
| Backend (QObject *parent=nullptr) | |
| Constructor. | |
| ~Backend () | |
| Destructor. | |
| template<typename T > | |
| void | setFormatEngine () |
| Set the format engine. More... | |
| virtual void | cleanup () |
| Called during end cleanup. More... | |
Additional Inherited Members | |
Public Slots inherited from Mdt::ErrorLogger::Backend | |
Protected Member Functions inherited from Mdt::ErrorLogger::Backend | |
| QString | formatError (const Mdt::Error &error) const |
| Format error to its string representation. More... | |
Console backend for error Logger.
Definition at line 32 of file ConsoleBackend.h.
1.8.11