Unverified Commit 410abc46 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Added the Windows Event logger to readme features

parent c1af0a3f
...@@ -47,7 +47,8 @@ $ cmake .. && make -j ...@@ -47,7 +47,8 @@ $ cmake .. && make -j
* Daily log files. * Daily log files.
* Console logging (colors supported). * Console logging (colors supported).
* syslog. * syslog.
* Windows debugger (```OutputDebugString(..)```) * Windows event log.
* Windows debugger (```OutputDebugString(..)```).
* Easily extendable with custom log targets (just implement a single function in the [sink](include/spdlog/sinks/sink.h) interface). * Easily extendable with custom log targets (just implement a single function in the [sink](include/spdlog/sinks/sink.h) interface).
* Log filtering - log levels can be modified in runtime as well as in compile time. * Log filtering - log levels can be modified in runtime as well as in compile time.
* Support for loading log levels from argv or from environment var. * Support for loading log levels from argv or from environment var.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment