From ac5568db63555e05e132dfd1bcdab6f8dcbcbe05 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 16 Nov 2014 21:07:01 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a9be79e..ebf74b08 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,11 @@ Just copy the files to your build tree and use a C++11 compiler * Console logging * Linux syslog * Optional async logging +* Custom formatting +* Runtime logging levels * Extend with custom log targets easily (just implement a single function in the [sink](include/spdlog/sinks/sink.h) interface) -* Logging levels -* Custom formatting with user defined patterns + + ## Benchmarks