This commit is contained in:
gabime
2018-06-01 17:52:05 +03:00
parent 5997e5aae7
commit 4b9949de7b
6 changed files with 4 additions and 11 deletions

View File

@@ -113,7 +113,7 @@ void async_example()
for (int i = 0; i < 100; ++i)
{
async_file->info("Async message #{}", i + 1);
}
}
}
// syslog example (linux/osx/freebsd)