mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
Update README.md
This commit is contained in:
parent
7d30a72b9a
commit
ac5568db63
@ -24,9 +24,11 @@ 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
|
||||||
|
* 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)
|
* 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
|
## Benchmarks
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user