|
OpenVPN 3 Core Library
|
#include <logbasesimple.hpp>
Public Types | |
| typedef RCPtr< LogBaseSimple > | Ptr |
Public Types inherited from openvpn::RC< thread_safe_refcount > | |
| using | Ptr = RCPtr< RC > |
Public Member Functions | |
| LogBaseSimple () | |
| void | log (const std::string &str) override |
Public Member Functions inherited from openvpn::RC< thread_safe_refcount > | |
| 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 Public Member Functions inherited from openvpn::RC< thread_safe_refcount > | |
| 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.