From 214b938858d58ccf7506530097e659690d430113 Mon Sep 17 00:00:00 2001 From: gabime Date: Sat, 1 Nov 2014 03:32:23 +0200 Subject: [PATCH] readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3ac0bedb..6beb888e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # spdlog -spdlog is very fast, header only, c++11 logging library. +Very fast, header only, c++11 logging library. ## Install @@ -13,13 +13,15 @@ Just copy the files to your build tree and use a C++11 compiler * visual studio 2013 ##Features -* Stream like, east to use interface +* Very low overhead +* Stream like, easy to use interface * Logging levels * Rotating log files * Daily log files * Async logging * Thread safety -* Very low overhead +* Custom formatting + ## Performance The library is very fast.