OpenVPN 3 Core Library
|
#include <iostream>
Go to the source code of this file.
Macros | |
#define | OPENVPN_LOG_STREAM std::cout |
#define | OPENVPN_LOG(args) OPENVPN_LOG_STREAM << args << std::endl |
#define | OPENVPN_LOG_NTNL(args) OPENVPN_LOG_STREAM << args << std::flush |
#define | OPENVPN_LOG_STRING(str) OPENVPN_LOG_STREAM << (str) << std::flush |
#define OPENVPN_LOG | ( | args | ) | OPENVPN_LOG_STREAM << args << std::endl |
Definition at line 22 of file logsimple.hpp.
#define OPENVPN_LOG_NTNL | ( | args | ) | OPENVPN_LOG_STREAM << args << std::flush |
Definition at line 25 of file logsimple.hpp.
#define OPENVPN_LOG_STREAM std::cout |
Definition at line 19 of file logsimple.hpp.
#define OPENVPN_LOG_STRING | ( | str | ) | OPENVPN_LOG_STREAM << (str) << std::flush |
Definition at line 27 of file logsimple.hpp.