Agora
1.2.0
Agora project
|
#include <spdlog/common.h>
#include <spdlog/sinks/base_sink.h>
#include <spdlog/details/null_mutex.h>
#include <spdlog/details/tcp_client.h>
#include <mutex>
#include <string>
#include <chrono>
#include <functional>
Go to the source code of this file.
Classes | |
struct | spdlog::sinks::tcp_sink_config |
class | spdlog::sinks::tcp_sink< Mutex > |
Namespaces | |
spdlog | |
spdlog::sinks | |
Typedefs | |
using | spdlog::sinks::tcp_sink_mt = tcp_sink< std::mutex > |
using | spdlog::sinks::tcp_sink_st = tcp_sink< spdlog::details::null_mutex > |