From 2f81ff7f17a5356f4aee49a75762f82988edc0ff Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 3 Dec 2017 21:01:07 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74f010be..b7d37a56 100644 --- a/README.md +++ b/README.md @@ -100,8 +100,8 @@ int main(int, char*[]) console->info("Support for floats {:03.2f}", 1.23456); console->info("Positional args are {1} {0}..", "too", "supported"); console->info("{:<30}", "left aligned"); - - + + // Use global registry to retrieve loggers spd::get("console")->info("loggers can be retrieved from a global registry using the spdlog::get(logger_name) function"); // Create basic file logger (not rotated)