The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Macros | Variables
chat_events.cpp File Reference
#include "chat_events.hpp"
#include "global.hpp"
#include "config_assign.hpp"
#include "formatter.hpp"
#include "formula/string_utils.hpp"
#include "gettext.hpp"
#include "log.hpp"
#include "map_command_handler.hpp"
#include "chat_command_handler.hpp"
#include "preferences.hpp"
#include "game_preferences.hpp"
#include <boost/range/algorithm/find_if.hpp>
Include dependency graph for chat_events.cpp:

Go to the source code of this file.

Namespaces

 events
 Handling of system events.
 

Macros

#define ERR_NG   LOG_STREAM(err, log_engine)
 
#define LOG_NG   LOG_STREAM(info, log_engine)
 

Variables

static lg::log_domain log_engine ("engine")
 

Macro Definition Documentation

#define ERR_NG   LOG_STREAM(err, log_engine)

Definition at line 17 of file chat_events.cpp.

Referenced by events::chat_handler::change_logging().

#define LOG_NG   LOG_STREAM(info, log_engine)

Definition at line 18 of file chat_events.cpp.

Referenced by events::chat_handler::change_logging().

Variable Documentation

lg::log_domain log_engine("engine")
static