From db4b146173205eba21095cd9680ff4f055ed49e2 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 7 Dec 2014 07:10:52 +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 2388c5a1..b035d908 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,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). -* Log levels. +* Severity based filtering - can be modified in runtime.