OpenVPN 3 Core Library
Loading...
Searching...
No Matches
logutil.hpp File Reference
#include <windows.h>
#include <string>
#include <openvpn/common/exception.hpp>
#include <openvpn/common/wstring.hpp>
#include <openvpn/time/timestr.hpp>
#include <openvpn/win/winerr.hpp>
#include <openvpn/win/secattr.hpp>
#include <openvpn/win/scoped_handle.hpp>
Include dependency graph for logutil.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  openvpn
 Support deferred server-side state creation when client connects.
 
namespace  openvpn::Win
 
namespace  openvpn::Win::LogUtil
 

Functions

void openvpn::Win::LogUtil::log (const HANDLE file, const std::string &str)
 
ScopedHANDLE openvpn::Win::LogUtil::create_file (const std::string &fn, const std::string &sddl_string, bool append)