Agora  1.2.0
Agora project
spdlog::sinks::udp_sink< Mutex > Class Template Reference

#include <udp_sink.h>

Inheritance diagram for spdlog::sinks::udp_sink< Mutex >:
Collaboration diagram for spdlog::sinks::udp_sink< Mutex >:

Public Member Functions

 udp_sink (udp_sink_config sink_config)
 
 ~udp_sink () override=default
 
- Public Member Functions inherited from spdlog::sinks::base_sink< Mutex >
 base_sink ()
 
 base_sink (std::unique_ptr< spdlog::formatter > formatter)
 
 ~base_sink () override=default
 
 base_sink (const base_sink &)=delete
 
 base_sink (base_sink &&)=delete
 
base_sinkoperator= (const base_sink &)=delete
 
base_sinkoperator= (base_sink &&)=delete
 
void log (const details::log_msg &msg) final
 
void flush () final
 
void set_pattern (const std::string &pattern) final
 
void set_formatter (std::unique_ptr< spdlog::formatter > sink_formatter) final
 
- Public Member Functions inherited from spdlog::sinks::sink
virtual ~sink ()=default
 
void set_level (level::level_enum log_level)
 
level::level_enum level () const
 
bool should_log (level::level_enum msg_level) const
 

Protected Member Functions

void sink_it_ (const spdlog::details::log_msg &msg) override
 
void flush_ () override
 
- Protected Member Functions inherited from spdlog::sinks::base_sink< Mutex >
virtual void set_pattern_ (const std::string &pattern)
 
virtual void set_formatter_ (std::unique_ptr< spdlog::formatter > sink_formatter)
 

Protected Attributes

details::udp_client client_
 
- Protected Attributes inherited from spdlog::sinks::base_sink< Mutex >
std::unique_ptr< spdlog::formatterformatter_
 
Mutex mutex_
 
- Protected Attributes inherited from spdlog::sinks::sink
level_t level_ {level::trace}
 

Constructor & Destructor Documentation

◆ udp_sink()

template<typename Mutex >
spdlog::sinks::udp_sink< Mutex >::udp_sink ( udp_sink_config  sink_config)
inlineexplicit

◆ ~udp_sink()

template<typename Mutex >
spdlog::sinks::udp_sink< Mutex >::~udp_sink ( )
overridedefault

Member Function Documentation

◆ flush_()

template<typename Mutex >
void spdlog::sinks::udp_sink< Mutex >::flush_ ( )
inlineoverrideprotectedvirtual

◆ sink_it_()

template<typename Mutex >
void spdlog::sinks::udp_sink< Mutex >::sink_it_ ( const spdlog::details::log_msg msg)
inlineoverrideprotectedvirtual

Implements spdlog::sinks::base_sink< Mutex >.

Here is the call graph for this function:

Member Data Documentation

◆ client_

template<typename Mutex >
details::udp_client spdlog::sinks::udp_sink< Mutex >::client_
protected

The documentation for this class was generated from the following file: