#include <deque>#include "utils/functional.hpp"#include <boost/ref.hpp>#include <boost/cstdint.hpp>#include <boost/version.hpp>#include "log.hpp"#include "network_asio.hpp"#include "serialization/parser.hpp"
Go to the source code of this file.
Namespaces | |
| network_asio | |
Macros | |
| #define | DBG_NW LOG_STREAM(debug, log_network) |
| #define | LOG_NW LOG_STREAM(info, log_network) |
| #define | WRN_NW LOG_STREAM(warn, log_network) |
| #define | ERR_NW LOG_STREAM(err, log_network) |
Variables | |
| static lg::log_domain | log_network ("network") |
| #define DBG_NW LOG_STREAM(debug, log_network) |
Definition at line 25 of file network_asio.cpp.
Referenced by network_asio::connection::handle_read(), and network_asio::connection::handle_write().
| #define ERR_NW LOG_STREAM(err, log_network) |
Definition at line 28 of file network_asio.cpp.
Referenced by network_asio::connection::handle_connect().
| #define LOG_NW LOG_STREAM(info, log_network) |
Definition at line 26 of file network_asio.cpp.
Referenced by network_asio::connection::connect(), network_asio::connection::connection(), and network_asio::connection::handle_connect().
| #define WRN_NW LOG_STREAM(warn, log_network) |
Definition at line 27 of file network_asio.cpp.
Referenced by network_asio::connection::cancel(), and network_asio::connection::handle_connect().
|
static |
1.8.8