mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
bench with bigger log line
This commit is contained in:
@@ -33,7 +33,7 @@ int main(int argc, char* argv[])
|
||||
{
|
||||
int counter = ++msg_counter;
|
||||
if (counter > howmany) break;
|
||||
logger->info() << "spdlog logger message #" << counter;
|
||||
logger->info() << "spdlog message #" << counter << ": This is some text for your pleasure";
|
||||
}
|
||||
}));
|
||||
}
|
||||
|
Reference in New Issue
Block a user