From f0bd551b359b44a1cc18f2c04b7ac6b4e7b9e0af Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 21 Dec 2014 02:36:14 +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 649d4d43..39960cf1 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ int main(int, char* []) namespace spd = spdlog; try { - // Set log level to all loggers to DEBUG and above + // Set log level to all loggers to debug and above spd::set_level(spd::level::debug); //Create console, multithreaded logger