Agora
1.2.0
Agora project
|
#include <spdlog/details/null_mutex.h>
#include <spdlog/sinks/base_sink.h>
#include <spdlog/details/windows_include.h>
#include <winbase.h>
#include <mutex>
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
spdlog | |
spdlog::sinks | |
spdlog::sinks::win_eventlog | |
spdlog::sinks::win_eventlog::internal | |
Typedefs | |
using | spdlog::sinks::win_eventlog_sink_mt = win_eventlog::win_eventlog_sink< std::mutex > |
using | spdlog::sinks::win_eventlog_sink_st = win_eventlog::win_eventlog_sink< details::null_mutex > |