libdap Updated for version 3.21.1
libdap4 is an implementation of OPeNDAP's DAP protocol.
libdap::mp_lock_guard_logger Class Referenceabstract

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>

Inheritance diagram for libdap::mp_lock_guard_logger:
Inheritance graph
Collaboration diagram for libdap::mp_lock_guard_logger:
Collaboration graph

Public Member Functions

virtual void error (const std::string &msg) const =0
 
virtual void log (const std::string &msg) const =0
 
 mp_lock_guard_logger ()=default
 
virtual ~mp_lock_guard_logger ()=default
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ 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

Member Function Documentation

◆ 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: