SA_Logger
Sapphire's Suite's C++ Logger.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
SA::LogRAII Class Reference

Log RAII type implementation. Delays the log at the end of the scope. More...

#include <LogRAII.hpp>

Public Member Functions

 LogRAII (Log &&_log)
 Construct RAII with log handle.
 
 ~LogRAII ()
 Destructor calling logger.
 

Detailed Description

Log RAII type implementation. Delays the log at the end of the scope.

Constructor & Destructor Documentation

◆ LogRAII()

SA::LogRAII::LogRAII ( Log && _log)

Construct RAII with log handle.

Parameters
[in]_logLog to handle.

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