Commit c16f89d0 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update README.md

parent f09e0bd0
......@@ -136,7 +136,7 @@ int main(int, char*[])
user_defined_example();
// Change default log error handler
err_handler_example();
err_handler_example();
// Apply a function on all registered loggers
spd::apply_all([&](std::shared_ptr<spdlog::logger> l) {l->info("End of example."); });
......
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