OpenVPN 3 Core Library
|
The logging interface, simple, logs a string. More...
#include <logbase_class.hpp>
Public Member Functions | |
virtual void | log (const std::string &str)=0 |
![]() | |
RC () noexcept=default | |
RC (const RC &)=delete | |
virtual | ~RC ()=default |
RC & | operator= (const RC &)=delete |
olong | use_count () const noexcept |
Delegates call to RCImpl and returns the result. | |
Additional Inherited Members | |
![]() | |
typedef RCPtr< RC > | Ptr |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
The logging interface, simple, logs a string.
Definition at line 25 of file logbase_class.hpp.
|
pure virtual |