mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-23 22:22:05 +08:00
Update README.md
This commit is contained in:
parent
2fa29987ca
commit
f310cc460f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user