Update README.md

This commit is contained in:
Gabi Melman
2017-12-03 21:01:07 +02:00
committed by GitHub
parent 4db70c2078
commit 2f81ff7f17

View File

@@ -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)