mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
example update
This commit is contained in:
parent
e87af08180
commit
a50e7ed61e
@ -88,7 +88,8 @@ int main(int, char* [])
|
||||
size_t q_size = 1048576;
|
||||
spdlog::set_async_mode(q_size);
|
||||
auto async_file= spd::daily_logger_st("async_file_logger", "logs/async_log.txt");
|
||||
async_file->info() << "This is async log.." << "Should be very fast!";
|
||||
for(int i = 0; i < 100; i++)
|
||||
async_file->info("This is async log message #{}.. Should be very fast.. ", i);
|
||||
|
||||
}
|
||||
catch (const spd::spdlog_ex& ex)
|
||||
|
Loading…
Reference in New Issue
Block a user