mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
bench with bigger log line
This commit is contained in:
@@ -11,7 +11,7 @@ int main(int, char* [])
|
||||
|
||||
logger->set_pattern("[%Y-%b-%d %T.%e]: %v");
|
||||
for(int i = 0 ; i < howmany; ++i)
|
||||
logger->info() << "spdlogger message #" << i;
|
||||
logger->info() << "spdlog message #" << i << ": This is some text for your pleasure";
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user