log_msg.h

This commit is contained in:
gabime
2014-05-06 16:11:31 +03:00
parent bde2d24abb
commit 3463dcd1aa
2 changed files with 26 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ int main(int argc, char* argv[])
auto start = system_clock::now();
for(unsigned int i = 1; i <= howmany ; ++i)
my_logger.info("Hello logger: ");
my_logger.info("Hello logger: ") << 4.5 << 123 << "asdasd" << 123 << 'f';
//auto s = howmany - as->q().size();
auto s = howmany;