Add eventlog_sink for logging to Windows Event Log (local only).

This commit is contained in:
bandana2004
2020-02-04 15:38:26 +02:00
parent 966d827d35
commit db1a221427
4 changed files with 413 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ set(SPDLOG_UTESTS_SOURCES
test_file_logging.cpp
test_daily_logger.cpp
test_misc.cpp
test_eventlog.cpp
test_pattern_formatter.cpp
test_async.cpp
test_registry.cpp