diff --git a/spdlog.md b/spdlog.md new file mode 100644 index 0000000..53e38f4 --- /dev/null +++ b/spdlog.md @@ -0,0 +1,10 @@ +Spdlog is a fast logging library. It is made for C++ and consists only of headers. Spdlog is used in FCNCfitter now, as the previous version only used two levels of verbosity (verbose and super verbose) using basic prints. + +The github repository can be found at +[https://github.com/gabime/spdlog/wiki/1.-QuickStart](https://github.com/gabime/spdlog/wiki/1.-QuickStart) + +For simple instalation guide and tutorials, see +[https://spdlog.docsforge.com/master/](https://spdlog.docsforge.com/master/) + + +