mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-26 10:31:34 +08:00
Merge branch 'master' of https://github.com/gabime/spdlog
Conflicts: include/spdlog/sinks/async_sink.h
This commit is contained in:
commit
1b8fb92203
29
README.md
29
README.md
@ -14,17 +14,24 @@ 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
|
* Variadic-template/stream call styles: ```logger.info("variadic", x, y) << "or stream" << x << y;```
|
||||||
* Rotating log files
|
* [Custom](https://github.com/gabime/spdlog/wiki/Custom-formatting) formatting.
|
||||||
* Daily log files
|
* Multi/Single threaded loggers.
|
||||||
* Console logging
|
* Various log targets:
|
||||||
* Optional async logging
|
* Rotating log files.
|
||||||
* Logging levels
|
* Daily log files.
|
||||||
* Custom formatting with user defined patterns
|
* Console logging.
|
||||||
|
* Linux syslog.
|
||||||
|
* Easily extendable with custom log targets (just implement a single function in the [sink](include/spdlog/sinks/sink.h) interface).
|
||||||
|
* Optional async logging .
|
||||||
|
* Log levels.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Benchmarks
|
## Benchmarks
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user