2
0
mirror of https://github.com/gabime/spdlog.git synced 2026-02-21 03:32:25 +00:00
This commit is contained in:
gabime
2014-11-17 01:09:31 +02:00

View File

@@ -22,9 +22,13 @@ Just copy the files to your build tree and use a C++11 compiler
* Rotating log files
* Daily log files
* Console logging
* Linux syslog
* Optional async logging
* Logging levels
* Custom formatting with user defined patterns
* 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)
## Benchmarks