#include "game_events/manager_impl.hpp"#include "game_events/handlers.hpp"#include "formula/string_utils.hpp"#include "log.hpp"#include "serialization/string_utils.hpp"#include "utils/general.hpp"#include <boost/algorithm/string.hpp>Go to the source code of this file.
Namespaces | |
| game_events | |
| Domain specific events. | |
Macros | |
| #define | DBG_NG LOG_STREAM(debug, log_engine) |
| #define | LOG_NG LOG_STREAM(info, log_engine) |
| #define | WRN_NG LOG_STREAM(warn, log_engine) |
| #define | ERR_EH LOG_STREAM(err, log_event_handler) |
| #define | LOG_EH LOG_STREAM(info, log_event_handler) |
| #define | DBG_EH LOG_STREAM(debug, log_event_handler) |
| #define | ERR_WML LOG_STREAM(err, log_wml) |
| #define | DBG_WML LOG_STREAM(debug, log_wml) |
Variables | |
| static lg::log_domain | log_engine ("engine") |
| static lg::log_domain | log_event_handler ("event_handler") |
| static lg::log_domain | log_wml ("wml") |
| #define DBG_EH LOG_STREAM(debug, log_event_handler) |
Definition at line 34 of file manager_impl.cpp.
| #define DBG_NG LOG_STREAM(debug, log_engine) |
Definition at line 27 of file manager_impl.cpp.
| #define DBG_WML LOG_STREAM(debug, log_wml) |
Definition at line 38 of file manager_impl.cpp.
| #define ERR_EH LOG_STREAM(err, log_event_handler) |
Definition at line 32 of file manager_impl.cpp.
| #define ERR_WML LOG_STREAM(err, log_wml) |
Definition at line 37 of file manager_impl.cpp.
| #define LOG_EH LOG_STREAM(info, log_event_handler) |
Definition at line 33 of file manager_impl.cpp.
| #define LOG_NG LOG_STREAM(info, log_engine) |
Definition at line 28 of file manager_impl.cpp.
| #define WRN_NG LOG_STREAM(warn, log_engine) |
Definition at line 29 of file manager_impl.cpp.
|
static |
|
static |
|
static |