From a2ee183fc6c4e6ff9405536ce46ca4587d962c5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Fri, 4 Feb 2022 09:06:21 +0100 Subject: [PATCH] Update 'FCNC Fitter' --- FCNC-Fitter.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/FCNC-Fitter.md b/FCNC-Fitter.md index 8e4b2ee..8d60b3b 100644 --- a/FCNC-Fitter.md +++ b/FCNC-Fitter.md @@ -40,6 +40,16 @@ set(SPDLOG_INCLUDE_DIR "$/yourPath/spdlog/include/") set(SPDLOG_INCLUDE_DIR_TWO "/yourPath/spdlog/include/spdlog/") ``` +## Output + +There are possible 6 levels of verbosity + * 0) Trace + * 1) Debug + * 2) Info + * 3) Warning + * 4) Error + * 5) Critical + ## File structure Currently, the file structure is as follows. All the `.cc` source files also have their corresponding header with the same `name.hh`.