|
libdap Updated for version 3.21.1
libdap4 is an implementation of OPeNDAP's DAP protocol.
|
Default logger for mp_lock_guard For this implementation of mp_lock_guard_logger, the log() method writes to std::cerr and the error() method throws a std::runtime_error. More...
#include <mp_lock_guard.h>


Public Member Functions | |
| void | error (const std::string &msg) const override |
| void | log (const std::string &msg) const override |
| mp_lock_guard_logger_default ()=default | |
| ~mp_lock_guard_logger_default () override=default | |
Default logger for mp_lock_guard For this implementation of mp_lock_guard_logger, the log() method writes to std::cerr and the error() method throws a std::runtime_error.
Definition at line 60 of file mp_lock_guard.h.
|
default |
|
overridedefault |
|
inlineoverridevirtual |
Implements libdap::mp_lock_guard_logger.
Definition at line 67 of file mp_lock_guard.h.
|
inlineoverridevirtual |
Implements libdap::mp_lock_guard_logger.
Definition at line 65 of file mp_lock_guard.h.