Agora  1.2.0
Agora project
udp_sink.h File Reference
#include <spdlog/common.h>
#include <spdlog/sinks/base_sink.h>
#include <spdlog/details/null_mutex.h>
#include <spdlog/details/udp_client.h>
#include <mutex>
#include <string>
#include <chrono>
#include <functional>
Include dependency graph for udp_sink.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  spdlog::sinks::udp_sink_config
 
class  spdlog::sinks::udp_sink< Mutex >
 

Namespaces

 spdlog
 
 spdlog::sinks
 

Typedefs

using spdlog::sinks::udp_sink_mt = udp_sink< std::mutex >
 
using spdlog::sinks::udp_sink_st = udp_sink< spdlog::details::null_mutex >
 

Functions

template<typename Factory = spdlog::synchronous_factory>
std::shared_ptr< logger > spdlog::udp_logger_mt (const std::string &logger_name, sinks::udp_sink_config skin_config)