WebCFace 2.5.2
Web-based Communication Framework & Dashboard-like UI
|
#include "webcface/server/store.h"
#include "webcface/server/member_data.h"
#include "webcface/server/dir.h"
#include "webcface/server/ip.h"
#include "webcface/server/server.h"
#include <future>
#include "webcface-config.h"
#include "webcface/common/internal/unix_path.h"
#include <memory>
#include <thread>
#include "webcface/server/server_ws.h"
#include <spdlog/sinks/stdout_color_sinks.h>
Namespaces | |
namespace | webcface |
namespace | webcface::server |
Functions | |
static spdlog::level::level_enum | convertLevel (int level) |
Variables | |
static const std::thread::id | MAIN_THREAD_ID = std::this_thread::get_id() |