mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 02:19:35 +08:00
async test
This commit is contained in:
@@ -105,7 +105,7 @@ int main(int, char *[])
|
||||
|
||||
void async_example()
|
||||
{
|
||||
size_t q_size = 4096; // queue size must be power of 2
|
||||
size_t q_size = 4096;
|
||||
spdlog::set_async_mode(q_size);
|
||||
auto async_file = spd::daily_logger_st("async_file_logger", "logs/async_log.txt");
|
||||
for (int i = 0; i < 100; ++i)
|
||||
|
Reference in New Issue
Block a user