Scope guard for error Logger.
More...
#include <Logger.h>
Scope guard for error Logger.
Typical usage:
int main()
{
using Mdt::Error::Logger;
using Mdt::Error::LoggerGuard;
}
- Note
- When using one of the Mdt Application, the error logger is initialized, and logger's cleanup is also called in its destructor.
- See also
- Mdt::CoreApplication
-
Mdt::SingleCoreApplication
-
Mdt::Application
-
Mdt::SingleApplication
Definition at line 220 of file Logger.h.
Mdt::ErrorLogger::LoggerGuard::~LoggerGuard |
( |
| ) |
|
Destructor.
Will call cleanup on error logger
Definition at line 194 of file Logger.cpp.
The documentation for this class was generated from the following files:
- libs/Error_Core/src/Mdt/ErrorLogger/Logger.h
- libs/Error_Core/src/Mdt/ErrorLogger/Logger.cpp