|
LibLogicalAccess
2.5.0
An Open Source RFID Library
|
#include <logs.hpp>
Public Member Functions | |
| LogDisabler () | |
| ~LogDisabler () | |
Private Attributes | |
| bool | old_ |
A RAII object that disable logging in its constructor, and restore the old value in its destructor.
This is used where we need to temporarily disable logging. This is exception safe.
| logicalaccess::LogDisabler::LogDisabler | ( | ) |
| logicalaccess::LogDisabler::~LogDisabler | ( | ) |
|
private |
1.9.6