Interface for the logger used by mp_lock_guard The idea behind this abstract class (aka, interface) is that the client of mp_lock_guard can provide a logger that will behave as they want.
More...
#include <mp_lock_guard.h>
Interface for the logger used by mp_lock_guard The idea behind this abstract class (aka, interface) is that the client of mp_lock_guard can provide a logger that will behave as they want.
Definition at line 45 of file mp_lock_guard.h.
◆ mp_lock_guard_logger()
libdap::mp_lock_guard_logger::mp_lock_guard_logger |
( |
| ) |
|
|
default |
◆ ~mp_lock_guard_logger()
virtual libdap::mp_lock_guard_logger::~mp_lock_guard_logger |
( |
| ) |
|
|
virtualdefault |
◆ error()
virtual void libdap::mp_lock_guard_logger::error |
( |
const std::string & | msg | ) |
const |
|
pure virtual |
◆ log()
virtual void libdap::mp_lock_guard_logger::log |
( |
const std::string & | msg | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: