mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-13 01:10:26 +08:00
Update README.md
This commit is contained in:
parent
8a0118bd40
commit
00f35e1aba
28
README.md
28
README.md
@ -14,19 +14,21 @@ Just copy the files to your build tree and use a C++11 compiler
|
|||||||
* mingw with g++ 4.9.x
|
* mingw with g++ 4.9.x
|
||||||
|
|
||||||
##Features
|
##Features
|
||||||
* Very fast - performance is the primary goal (see becnhmarks below)
|
* Very fast - performance is the primary goal (see becnhmarks below).
|
||||||
* Headers only
|
* Headers only.
|
||||||
* No dependencies
|
* No dependencies.
|
||||||
* Cross platform - Linux / Windows on 32/64 bits
|
* Cross platform - Linux / Windows on 32/64 bits.
|
||||||
* Multi/Single threaded loggers
|
* Multi/Single threaded loggers.
|
||||||
* Rotating log files
|
* Various log targets:
|
||||||
* Daily log files
|
* Rotating log files.
|
||||||
* Console logging
|
* Daily log files.
|
||||||
* Linux syslog
|
* Console logging.
|
||||||
* Optional async logging
|
* Linux syslog.
|
||||||
* [Custom](https://github.com/gabime/spdlog/wiki/Custom-formatting) formatting
|
* Easily extendable with custom log targets (just implement a single function in the [sink](include/spdlog/sinks/sink.h) interface).
|
||||||
* Runtime logging levels
|
* Optional async logging .
|
||||||
* Extend with custom log targets easily (just implement a single function in the [sink](include/spdlog/sinks/sink.h) interface)
|
* [Custom](https://github.com/gabime/spdlog/wiki/Custom-formatting) formatting.
|
||||||
|
* Log levels.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user