|
spdlog
|
Go to the source code of this file.
#include <spdlog/details/null_mutex.h>#include <spdlog/sinks/base_sink.h>#include <mutex>#include <ostream>Classes | |
| class | spdlog::sinks::ostream_sink< Mutex > |
Namespaces | |
| namespace | spdlog |
| namespace | spdlog::sinks |
Typedefs | |
| using | spdlog::sinks::ostream_sink_mt = ostream_sink< std::mutex > |
| using | spdlog::sinks::ostream_sink_st = ostream_sink< details::null_mutex > |