Agora  1.2.0
Agora project
tcp_sink.h File Reference
#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>
Include dependency graph for tcp_sink.h:

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 >