Agora  1.2.0
Agora project
spdlog::sinks::sink Class Referenceabstract

#include <sink.h>

Inheritance diagram for spdlog::sinks::sink:

Public Member Functions

virtual ~sink ()=default
 
virtual void log (const details::log_msg &msg)=0
 
virtual void flush ()=0
 
virtual void set_pattern (const std::string &pattern)=0
 
virtual void set_formatter (std::unique_ptr< spdlog::formatter > sink_formatter)=0
 
void set_level (level::level_enum log_level)
 
level::level_enum level () const
 
bool should_log (level::level_enum msg_level) const
 

Protected Attributes

level_t level_ {level::trace}
 

Constructor & Destructor Documentation

◆ ~sink()

virtual spdlog::sinks::sink::~sink ( )
virtualdefault

Member Function Documentation

◆ flush()

◆ level()

SPDLOG_INLINE spdlog::level::level_enum spdlog::sinks::sink::level ( ) const

◆ log()

◆ set_formatter()

virtual void spdlog::sinks::sink::set_formatter ( std::unique_ptr< spdlog::formatter sink_formatter)
pure virtual

◆ set_level()

SPDLOG_INLINE void spdlog::sinks::sink::set_level ( level::level_enum  log_level)

◆ set_pattern()

◆ should_log()

SPDLOG_INLINE bool spdlog::sinks::sink::should_log ( level::level_enum  msg_level) const
Here is the caller graph for this function:

Member Data Documentation

◆ level_

level_t spdlog::sinks::sink::level_ {level::trace}
protected

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