Merge pull request #1418 from ban-dana/v1.x

Add eventlog_sink for logging to Windows Event Log (local only)
This commit is contained in:
Gabi Melman
2020-02-09 23:27:00 +02:00
committed by GitHub
3 changed files with 337 additions and 0 deletions

View File

@@ -19,6 +19,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