mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
Update README.md
This commit is contained in:
parent
35446d08c8
commit
1939e77dbf
@ -65,7 +65,7 @@ int main(int, char* [])
|
||||
namespace spd = spdlog;
|
||||
try
|
||||
{
|
||||
// Colored console logger
|
||||
// console logger (multithreaded and with color)
|
||||
auto console = spd::stdout_logger_mt("console", true);
|
||||
console->info("Welcome to spdlog!") ;
|
||||
console->info("An info message example {}..", 1);
|
||||
|
Loading…
Reference in New Issue
Block a user