From d0dd7a128ce23a24d5e92322769e02b660c86ef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Mon, 24 Jan 2022 09:47:49 +0100 Subject: [PATCH] Add 'spdlog' --- spdlog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 spdlog.md 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/) + + +