Rigid Body Dynamics Library
|
Helper object to ignore any logs that happen during its lifetime. More...
#include <Logging.h>
Public Member Functions | |
LoggingGuard () | |
~LoggingGuard () | |
Private Attributes | |
std::ostringstream | log_backup |
Helper object to ignore any logs that happen during its lifetime.
If an instance of this class exists all logging gets suppressed. This allows to disable logging for a certain scope or a single function call, e.g.
|
inline |
|
inline |