1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-15 10:39:53 +08:00

update example

This commit is contained in:
gabime 2018-05-27 03:18:12 +03:00
parent ef5c4f027c
commit 4d7245bb67

View File

@ -114,6 +114,8 @@ void async_example()
{
async_file->info("Async message #{}", i + 1);
}
// you can wait for all the messages to processed:
// spdlog::thread_pool()->wait_empty();
}
// syslog example (linux/osx/freebsd)