![]() |
Ark Server API (ASA) - Wiki
|
#include <null_sink.h>
Inheritance diagram for spdlog::sinks::null_sink< Mutex >:
Collaboration diagram for spdlog::sinks::null_sink< Mutex >:Protected Member Functions | |
| void | _sink_it (const details::log_msg &) override |
| void | _flush () override |
Additional Inherited Members | |
Public Member Functions inherited from spdlog::sinks::base_sink< Mutex > | |
| base_sink () | |
| virtual | ~base_sink ()=default |
| base_sink (const base_sink &)=delete | |
| base_sink & | operator= (const base_sink &)=delete |
| void | log (const details::log_msg &msg) SPDLOG_FINAL override |
| void | flush () SPDLOG_FINAL override |
Public Member Functions inherited from spdlog::sinks::sink | |
| sink () | |
| virtual | ~sink () |
| bool | should_log (level::level_enum msg_level) const |
| void | set_level (level::level_enum log_level) |
| level::level_enum | level () const |
Protected Attributes inherited from spdlog::sinks::base_sink< Mutex > | |
| Mutex | _mutex |
Definition at line 19 of file null_sink.h.
|
inlineoverrideprotectedvirtual |
Implements spdlog::sinks::base_sink< Mutex >.
Definition at line 25 of file null_sink.h.
|
inlineoverrideprotectedvirtual |
Implements spdlog::sinks::base_sink< Mutex >.
Definition at line 22 of file null_sink.h.