Update README.md

This commit is contained in:
Gabi Melman 2016-03-30 19:43:59 +03:00
parent 487c318788
commit ddc9aa8bdf
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Just copy the source [folder](https://github.com/gabime/spdlog/tree/master/inclu
* Various log targets:
* Rotating log files.
* Daily log files.
* Console logging.
* Console logging (including colors).
* Linux syslog.
* 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.