 |
OpenVPN 3 Core Library
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
18#ifndef OPENVPN_LOG_STREAM
19#define OPENVPN_LOG_STREAM std::cout
22#define OPENVPN_LOG(args) OPENVPN_LOG_STREAM << args << std::endl
25#define OPENVPN_LOG_NTNL(args) OPENVPN_LOG_STREAM << args << std::flush
27#define OPENVPN_LOG_STRING(str) OPENVPN_LOG_STREAM << (str) << std::flush