Commit 7d30a72b authored by Gabi Melman's avatar Gabi Melman

Update README.md

parent 28c51348
...@@ -17,7 +17,6 @@ Just copy the files to your build tree and use a C++11 compiler ...@@ -17,7 +17,6 @@ Just copy the files to your build tree and use a C++11 compiler
* Very fast - performance is the primary goal (see becnhmarks below) * Very fast - performance is the primary goal (see becnhmarks below)
* Headers only * Headers only
* No dependencies * No dependencies
* Simple to use, simple to understand, simple to hack or extend
* Cross platform - Linux / Windows on 32/64 bits * Cross platform - Linux / Windows on 32/64 bits
* Multi/Single threaded loggers * Multi/Single threaded loggers
* Rotating log files * Rotating log files
...@@ -25,7 +24,7 @@ Just copy the files to your build tree and use a C++11 compiler ...@@ -25,7 +24,7 @@ Just copy the files to your build tree and use a C++11 compiler
* Console logging * Console logging
* Linux syslog * Linux syslog
* Optional async logging * Optional async logging
* Add custom log targets easily (just implement a single function in the [sink](include/spdlog/sinks/sink.h) interface) * Extend with custom log targets easily (just implement a single function in the [sink](include/spdlog/sinks/sink.h) interface)
* Logging levels * Logging levels
* Custom formatting with user defined patterns * Custom formatting with user defined patterns
......
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