Update README.md

This commit is contained in:
Gabi Melman 2014-11-20 22:07:24 +02:00
parent 2a8b03d839
commit c77e20296a
1 changed files with 1 additions and 1 deletions

View File

@ -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, z) << " Or stream" << x << y << z;```
* Variadic-template/stream call styles: ```logger.info("variadic", x, y) << " Or stream" << x << y;```
* [Custom](https://github.com/gabime/spdlog/wiki/Custom-formatting) formatting.
* Multi/Single threaded loggers.
* Various log targets: