From 6c33eca6cf9fac9b0fe716ac736e8f1272d2a8f6 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 21 Dec 2014 03:14:35 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 629ec0b6..f94bb163 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Just copy the files to your build tree and use a C++11 compiler * Console logging. * Linux syslog. * Easily extendable with custom log targets (just implement a single function in the [sink](include/spdlog/sinks/sink.h) interface). -* Severity based filtering - threshold levels can be modified in runtime. +* Severity based filtering - threshold levels can be modified in runtime as well as in compile time.