RTI Connext Modern C++ API
Version 5.3.0
|
Changes the logger verbosity temporarily during the scope of a variable. More...
#include <Logger.hpp>
Public Member Functions | |
ScopedLoggerVerbosity (Verbosity verbosity) | |
~ScopedLoggerVerbosity () | |
Changes the logger verbosity temporarily during the scope of a variable.
RAII utility to modify logging verbosity during the scope of a variable and restore it to the previous value upon destruction.
|
inline |
Sets the verbosity of Logger::instance()
|
inline |
Restores the verbosity of Logger::instance() to the value before the construction of this object.