Commit cd9773fc authored by gabime's avatar gabime

example

parent 2be33c19
......@@ -60,7 +60,7 @@ int main(int argc, char* argv[])
auto null_sink = std::make_shared<sinks::null_sink>();
//auto async = std::make_shared<sinks::async_sink>(1000);
//async->add_sink(fsink);
my_logger.add_sink(null_sink);
my_logger.add_sink(fsink);
auto start = system_clock::now();
const unsigned int howmany = 10000000;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment