OpenVPN 3 Core Library
|
#include <logbasesimple.hpp>
Public Types | |
typedef RCPtr< LogBaseSimple > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
Public Member Functions | |
LogBaseSimple () | |
virtual void | log (const std::string &str) override |
![]() | |
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. | |
Private Attributes | |
std::mutex | mutex |
Log::Context | log_context |
Additional Inherited Members | |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
Definition at line 22 of file logbasesimple.hpp.
Definition at line 25 of file logbasesimple.hpp.
|
inline |
Definition at line 27 of file logbasesimple.hpp.
|
inlineoverridevirtual |
Implements openvpn::LogBase.
Definition at line 32 of file logbasesimple.hpp.
|
private |
Definition at line 43 of file logbasesimple.hpp.
|
private |
Definition at line 42 of file logbasesimple.hpp.