2
0
mirror of https://github.com/gabime/spdlog.git synced 2026-02-21 03:32:25 +00:00

Update README.md

This commit is contained in:
Gabi Melman
2014-12-07 07:10:52 +02:00
parent 841eb391a0
commit db4b146173

View File

@@ -28,7 +28,7 @@ Just copy the files to your build tree and use a C++11 compiler
* Console logging.
* Linux syslog.
* Easily extendable with custom log targets (just implement a single function in the [sink](include/spdlog/sinks/sink.h) interface).
* Log levels.
* Severity based filtering - can be modified in runtime.