|
SA_Logger
Sapphire's Suite's C++ Logger.
|
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. | |
Log RAII type implementation. Delays the log at the end of the scope.
| SA::LogRAII::LogRAII | ( | Log && | _log | ) |
Construct RAII with log handle.
| [in] | _log | Log to handle. |