Multi diag tools
Public Member Functions | List of all members
Mdt::ErrorLogger::LoggerGuard Class Reference

Scope guard for error Logger. More...

#include <Logger.h>

Public Member Functions

 LoggerGuard ()
 Constructor.
 
 ~LoggerGuard ()
 Destructor. More...
 

Detailed Description

Scope guard for error Logger.

Typical usage:

int main()
{
using Mdt::Error::Logger;
using Mdt::Error::LoggerGuard;
LoggerGuard loggerGuard;
// .. application code
// Here, Logger::cleanup() will be called by 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.

Constructor & Destructor Documentation

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: