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