This commit is contained in:
gabime
2014-11-29 20:02:14 +02:00
parent 8d25324444
commit 73b31e4d10
8 changed files with 564 additions and 291 deletions

View File

@@ -5,10 +5,10 @@
int main(int, char* argv[])
{
int howmany = 1000000;
g2LogWorker g2log(argv[0], "logs");
g2LogWorker g2log(argv[0], "logs");
g2::initializeLogging(&g2log);
for(int i = 0 ; i < howmany; ++i)
LOG(INFO) << "g2log message # " << i << ": This is some text for your pleasure";