The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Macros | Variables
wesnothd_connection.cpp File Reference
#include <deque>
#include "utils/functional.hpp"
#include <boost/ref.hpp>
#include <boost/cstdint.hpp>
#include <boost/version.hpp>
#include "log.hpp"
#include "wesnothd_connection.hpp"
#include "serialization/parser.hpp"
Include dependency graph for wesnothd_connection.cpp:

Go to the source code of this file.

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")
 

Macro Definition Documentation

#define DBG_NW   LOG_STREAM(debug, log_network)
#define ERR_NW   LOG_STREAM(err, log_network)

Definition at line 28 of file wesnothd_connection.cpp.

Referenced by twesnothd_connection::handle_connect().

#define LOG_NW   LOG_STREAM(info, log_network)
#define WRN_NW   LOG_STREAM(warn, log_network)

Variable Documentation

lg::log_domain log_network("network")
static