|
spdlog
|
Definition at line 11 of file test_errors.cpp.
Public Member Functions | |
| 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 |
| 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 &) final |
| void | flush_ () final |
| virtual void | set_pattern_ (const std::string &pattern) |
| virtual void | set_formatter_ (std::unique_ptr< spdlog::formatter > sink_formatter) |
Protected Attributes | |
| std::unique_ptr< spdlog::formatter > | formatter_ |
| std::mutex | mutex_ |
| level_t | level_ {level::trace} |
|
finalvirtualinherited |
Implements spdlog::sinks::sink.
Definition at line 33 of file base_sink-inl.h.
|
inlinefinalprotectedvirtual |
Implements spdlog::sinks::base_sink< std::mutex >.
Definition at line 19 of file test_errors.cpp.
|
inherited |
Definition at line 22 of file sink-inl.h.
|
finalvirtualinherited |
Implements spdlog::sinks::sink.
Definition at line 32 of file base_sink-inl.h.
|
finalvirtualinherited |
Implements spdlog::sinks::sink.
Definition at line 35 of file base_sink-inl.h.
|
protectedvirtualinherited |
Definition at line 45 of file base_sink-inl.h.
|
inherited |
Definition at line 17 of file sink-inl.h.
|
finalvirtualinherited |
Implements spdlog::sinks::sink.
Definition at line 34 of file base_sink-inl.h.
|
protectedvirtualinherited |
Definition at line 44 of file base_sink-inl.h.
|
inherited |
Definition at line 12 of file sink-inl.h.
|
inlinefinalprotectedvirtual |
Implements spdlog::sinks::base_sink< std::mutex >.
Definition at line 14 of file test_errors.cpp.
|
protectedinherited |
Definition at line 39 of file base_sink.h.
|
protectedinherited |
|
mutableprotectedinherited |
Definition at line 40 of file base_sink.h.