OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::LogBase Struct Referenceabstract

The logging interface, simple, logs a string. More...

#include <logbase_class.hpp>

Inheritance diagram for openvpn::LogBase:
[legend]
Collaboration diagram for openvpn::LogBase:
[legend]

Public Member Functions

virtual void log (const std::string &str)=0
 
- Public Member Functions inherited from openvpn::RC< thread_safe_refcount >
 RC () noexcept=default
 
 RC (const RC &)=delete
 
virtual ~RC ()=default
 
RCoperator= (const RC &)=delete
 
olong use_count () const noexcept
 Delegates call to RCImpl and returns the result.
 

Additional Inherited Members

- Public Types inherited from openvpn::RC< thread_safe_refcount >
typedef RCPtr< RCPtr
 
- 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.
 

Detailed Description

The logging interface, simple, logs a string.

Definition at line 25 of file logbase_class.hpp.

Member Function Documentation

◆ log()

virtual void openvpn::LogBase::log ( const std::string &  str)
pure virtual

The documentation for this struct was generated from the following file: