mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-12 17:00:25 +08:00
Update README.md
This commit is contained in:
parent
28c5134857
commit
7d30a72b9a
@ -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)
|
||||
* Headers only
|
||||
* No dependencies
|
||||
* Simple to use, simple to understand, simple to hack or extend
|
||||
* Cross platform - Linux / Windows on 32/64 bits
|
||||
* Multi/Single threaded loggers
|
||||
* Rotating log files
|
||||
@ -25,7 +24,7 @@ Just copy the files to your build tree and use a C++11 compiler
|
||||
* Console logging
|
||||
* Linux syslog
|
||||
* 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
|
||||
* Custom formatting with user defined patterns
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user