Agora  1.2.0
Agora project
win_eventlog_sink.h File Reference
#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>
Include dependency graph for win_eventlog_sink.h:

Go to the source code of this file.

Classes

struct  spdlog::sinks::win_eventlog::internal::local_alloc_t
 
struct  spdlog::sinks::win_eventlog::internal::win32_error
 
struct  spdlog::sinks::win_eventlog::internal::sid_t
 
struct  spdlog::sinks::win_eventlog::internal::eventlog
 
class  spdlog::sinks::win_eventlog::win_eventlog_sink< Mutex >
 

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 >