mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
Update README.md
This commit is contained in:
parent
5899770d31
commit
be9dd21fbf
@ -18,7 +18,7 @@ Just copy the files to your build tree and use a C++11 compiler
|
||||
* Headers only.
|
||||
* No dependencies.
|
||||
* Cross platform - Linux / Windows on 32/64 bits.
|
||||
* Variadic-template/stream call styles: ```logger.info("variadic", x, y) << "or stream" << x << y;```
|
||||
* Variadic-template/stream call styles: ```logger.info("variadic", x, y) << "or stream" << z;```
|
||||
* [Custom](https://github.com/gabime/spdlog/wiki/Custom-formatting) formatting.
|
||||
* Multi/Single threaded loggers.
|
||||
* Various log targets:
|
||||
|
Loading…
Reference in New Issue
Block a user