|
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) |
| #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 | ) |
Definition at line 22 of file logsimple.hpp.
| #define OPENVPN_LOG_NTNL | ( | args | ) | OPENVPN_LOG_STREAM << args << std::flush |
Definition at line 26 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 28 of file logsimple.hpp.