![]() |
Ark Server API (ASA) - Wiki
|
#include "../details/null_mutex.h"#include "base_sink.h"#include <cstdio>#include <memory>#include <mutex>
Include dependency graph for stdout_sinks.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | spdlog::sinks::SPDLOG_FINAL< Mutex > |
Namespaces | |
| namespace | spdlog |
| namespace | spdlog::sinks |
Typedefs | |
| typedef stdout_sink< details::null_mutex > | spdlog::sinks::stdout_sink_st |
| typedef stdout_sink< std::mutex > | spdlog::sinks::stdout_sink_mt |
| typedef stderr_sink< std::mutex > | spdlog::sinks::stderr_sink_mt |
| typedef stderr_sink< details::null_mutex > | spdlog::sinks::stderr_sink_st |