Photon 1.0.0
|
#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 | |
namespace | spdlog |
namespace | spdlog::sinks |
namespace | spdlog::sinks::win_eventlog |
namespace | 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 > |