From 00f35e1aba47589000e514cc405524a513c705d9 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Tue, 18 Nov 2014 16:35:53 +0200 Subject: [PATCH] Update README.md --- README.md | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 1e9a702b..3ddfd670 100644 --- a/README.md +++ b/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 ##Features -* Very fast - performance is the primary goal (see becnhmarks below) -* Headers only -* No dependencies -* Cross platform - Linux / Windows on 32/64 bits -* Multi/Single threaded loggers -* Rotating log files -* Daily log files -* Console logging -* Linux syslog -* Optional async logging -* [Custom](https://github.com/gabime/spdlog/wiki/Custom-formatting) formatting -* Runtime logging levels -* Extend with custom log targets easily (just implement a single function in the [sink](include/spdlog/sinks/sink.h) interface) +* Very fast - performance is the primary goal (see becnhmarks below). +* Headers only. +* No dependencies. +* Cross platform - Linux / Windows on 32/64 bits. +* Multi/Single threaded loggers. +* Various log targets: + * Rotating log files. + * Daily log files. + * 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 . +* [Custom](https://github.com/gabime/spdlog/wiki/Custom-formatting) formatting. +* Log levels. +