example
This commit is contained in:
		@@ -60,7 +60,7 @@ int main(int argc, char* argv[])
 | 
				
			|||||||
    auto null_sink = std::make_shared<sinks::null_sink>();
 | 
					    auto null_sink = std::make_shared<sinks::null_sink>();
 | 
				
			||||||
    //auto async = std::make_shared<sinks::async_sink>(1000);
 | 
					    //auto async = std::make_shared<sinks::async_sink>(1000);
 | 
				
			||||||
    //async->add_sink(fsink);
 | 
					    //async->add_sink(fsink);
 | 
				
			||||||
    my_logger.add_sink(null_sink);
 | 
					    my_logger.add_sink(fsink);    
 | 
				
			||||||
    auto start = system_clock::now();
 | 
					    auto start = system_clock::now();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    const unsigned int howmany = 10000000;
 | 
					    const unsigned int howmany = 10000000;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user