1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-15 10:39:53 +08:00

Update README.md

This commit is contained in:
Gabi Melman 2014-11-17 18:43:28 +02:00
parent 91fae223cc
commit 61b471e2ba

View File

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