#include "gui/dialogs/lobby/info.hpp"
#include "config.hpp"
#include "game_preferences.hpp"
#include "formula/string_utils.hpp"
#include "gettext.hpp"
#include "log.hpp"
#include "map/map.hpp"
#include "map/exception.hpp"
#include "wml_exception.hpp"
#include "wesnothd_connection.hpp"
#include <iterator>
Go to the source code of this file.
Classes | |
struct | user_sorter_name |
struct | user_sorter_relation |
struct | user_sorter_relation_name |
Macros | |
#define | ERR_CF LOG_STREAM(err, log_config) |
#define | WRN_NG LOG_STREAM(warn, log_engine) |
#define | DBG_LB LOG_STREAM(debug, log_lobby) |
#define | LOG_LB LOG_STREAM(info, log_lobby) |
#define | WRN_LB LOG_STREAM(warn, log_lobby) |
#define | ERR_LB LOG_STREAM(err, log_lobby) |
#define | SCOPE_LB log_scope2(log_lobby, __func__) |
Variables | |
static lg::log_domain | log_config ("config") |
static lg::log_domain | log_engine ("engine") |
static lg::log_domain | log_lobby ("lobby") |
#define DBG_LB LOG_STREAM(debug, log_lobby) |
Definition at line 34 of file info.cpp.
Referenced by lobby_info::close_room(), lobby_info::process_gamelist(), lobby_info::process_gamelist_diff(), and lobby_info::sync_games_display_status().
#define ERR_CF LOG_STREAM(err, log_config) |
#define ERR_LB LOG_STREAM(err, log_lobby) |
Definition at line 37 of file info.cpp.
Referenced by lobby_info::process_gamelist_diff().
#define LOG_LB LOG_STREAM(info, log_lobby) |
#define SCOPE_LB log_scope2(log_lobby, __func__) |
Definition at line 38 of file info.cpp.
Referenced by lobby_info::process_gamelist(), lobby_info::process_gamelist_diff(), and lobby_info::process_userlist().
#define WRN_LB LOG_STREAM(warn, log_lobby) |
Definition at line 36 of file info.cpp.
Referenced by lobby_info::process_gamelist_diff().
#define WRN_NG LOG_STREAM(warn, log_engine) |
Definition at line 31 of file info.cpp.
Referenced by lobby_info::process_userlist().
|
static |
|
static |
|
static |