#include <logfile.hpp>
|
| LogFile (const std::string &fn, const std::string &sddl_string, bool append) |
|
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.
|
|
|
static constexpr bool | is_thread_safe () |
| Delegates call to RCImpl and returns the result.
|
|
Definition at line 19 of file logfile.hpp.
◆ Ptr
◆ LogFile()
openvpn::Win::LogFile::LogFile |
( |
const std::string & |
fn, |
|
|
const std::string & |
sddl_string, |
|
|
bool |
append |
|
) |
| |
|
inline |
◆ log()
virtual void openvpn::Win::LogFile::log |
( |
const std::string & |
str | ) |
|
|
inlineoverridevirtual |
◆ log_context
◆ log_handle
The documentation for this class was generated from the following file: