| 
    OpenVPN 3 Core Library
    
   | 
 
#include <logbasesimplemac.hpp>
Public Types | |
| typedef RCPtr< LogBaseSimpleMac > | Ptr | 
  Public Types inherited from openvpn::RC< thread_safe_refcount > | |
| typedef RCPtr< RC > | Ptr | 
Public Member Functions | |
| LogBaseSimpleMac () | |
| virtual 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 24 of file logbasesimplemac.hpp.
Definition at line 27 of file logbasesimplemac.hpp.
      
  | 
  inline | 
Definition at line 29 of file logbasesimplemac.hpp.
      
  | 
  inlineoverridevirtual | 
Implements openvpn::LogBase.
Definition at line 37 of file logbasesimplemac.hpp.
      
  | 
  private | 
Definition at line 48 of file logbasesimplemac.hpp.
      
  | 
  private | 
Definition at line 47 of file logbasesimplemac.hpp.