mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
bench small change
This commit is contained in:
@@ -12,6 +12,5 @@ int main(int, char* [])
|
||||
logger->set_pattern("[%Y-%b-%d %T.%e]: %v");
|
||||
for(int i = 0 ; i < howmany; ++i)
|
||||
logger->info() << "spdlog message #" << i << ": This is some text for your pleasure";
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user