Update README.md

This commit is contained in:
Gabi Melman 2017-01-06 12:39:12 +02:00 committed by GitHub
parent e7ec922c0a
commit 2ec188041f
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ Just copy the source [folder](https://github.com/gabime/spdlog/tree/master/inclu
* Daily log files.
* Console logging (colors supported).
* syslog.
* Windows debugger (```OutputDebugString(..)```)
* Easily extendable with custom log targets (just implement a single function in the [sink](include/spdlog/sinks/sink.h) interface).
* Severity based filtering - threshold levels can be modified in runtime as well as in compile time.