|
Agora
1.2.0
Agora project
|
#include <test_sink.h>


Public Member Functions | |
| size_t | msg_counter () |
| size_t | flush_counter () |
| void | set_delay (std::chrono::milliseconds delay) |
| std::vector< std::string > | lines () |
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_sink & | operator= (const base_sink &)=delete |
| base_sink & | operator= (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 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 | |
| size_t | msg_counter_ {0} |
| size_t | flush_counter_ {0} |
| std::chrono::milliseconds | delay_ {std::chrono::milliseconds::zero()} |
| std::vector< std::string > | lines_ |
Protected Attributes inherited from spdlog::sinks::base_sink< Mutex > | |
| std::unique_ptr< spdlog::formatter > | formatter_ |
| Mutex | mutex_ |
Protected Attributes inherited from spdlog::sinks::sink | |
| level_t | level_ {level::trace} |
Private Attributes | |
| const size_t | lines_to_save = 100 |
|
inlineoverrideprotectedvirtual |
Implements spdlog::sinks::base_sink< Mutex >.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineoverrideprotectedvirtual |
|
protected |
|
protected |
|
protected |
|
private |
|
protected |