Commit f310cc46 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update README.md

parent 2fa29987
......@@ -76,7 +76,7 @@ int main(int, char*[])
// Multithreaded color console
auto console = spd::stdout_logger_mt("console", true);
console->info("Welcome to spdlog!");
console->error("An info message example {}..", 1);
console->info("An info message example {}..", 1);
// Formatting examples
console->warn("Easy padding in numbers like {:08d}", 12);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment