#include "spdlog/spdlog.h"#include "spdlog/common.h"#include "spdlog/details/console_globals.h"#include "spdlog/details/null_mutex.h"#include "spdlog/sinks/sink.h"#include <memory>#include <mutex>#include <string>#include <unordered_map>#include <wincon.h>Go to the source code of this file.
Classes | |
| class | spdlog::sinks::wincolor_sink< OutHandle, ConsoleMutex > |
Namespaces | |
| spdlog | |
| spdlog::sinks | |
Typedefs | |
| using | spdlog::sinks::wincolor_stdout_sink_mt = wincolor_sink< details::console_stdout, details::console_mutex > |
| using | spdlog::sinks::wincolor_stdout_sink_st = wincolor_sink< details::console_stdout, details::console_nullmutex > |
| using | spdlog::sinks::wincolor_stderr_sink_mt = wincolor_sink< details::console_stderr, details::console_mutex > |
| using | spdlog::sinks::wincolor_stderr_sink_st = wincolor_sink< details::console_stderr, details::console_nullmutex > |
1.8.11