![]() |
Ark Server API (ASE) - Wiki
|
#include <ostream_sink.h>
Inheritance diagram for spdlog::sinks::ostream_sink< Mutex >:
Collaboration diagram for spdlog::sinks::ostream_sink< Mutex >:Public Member Functions | |
| ostream_sink (std::ostream &os, bool force_flush=false) | |
| ostream_sink (const ostream_sink &)=delete | |
| ostream_sink & | operator= (const ostream_sink &)=delete |
| virtual | ~ostream_sink ()=default |
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 Member Functions | |
| void | _sink_it (const details::log_msg &msg) override |
| void | _flush () override |
Protected Attributes | |
| std::ostream & | _ostream |
| bool | _force_flush |
Protected Attributes inherited from spdlog::sinks::base_sink< Mutex > | |
| Mutex | _mutex |
Definition at line 19 of file ostream_sink.h.
|
inlineexplicit |
Definition at line 22 of file ostream_sink.h.
|
delete |
|
virtualdefault |
|
inlineoverrideprotectedvirtual |
Implements spdlog::sinks::base_sink< Mutex >.
Definition at line 35 of file ostream_sink.h.
|
inlineoverrideprotectedvirtual |
Implements spdlog::sinks::base_sink< Mutex >.
Definition at line 28 of file ostream_sink.h.
|
delete |
|
protected |
Definition at line 41 of file ostream_sink.h.
|
protected |
Definition at line 40 of file ostream_sink.h.