Update README.md

This commit is contained in:
Gabi Melman 2014-11-16 21:07:01 +02:00
parent 7d30a72b9a
commit ac5568db63
1 changed files with 4 additions and 2 deletions

View File

@ -24,9 +24,11 @@ Just copy the files to your build tree and use a C++11 compiler
* Console logging
* Linux syslog
* Optional async logging
* Custom formatting
* Runtime logging levels
* Extend with custom log targets easily (just implement a single function in the [sink](include/spdlog/sinks/sink.h) interface)
* Logging levels
* Custom formatting with user defined patterns
## Benchmarks