From f0551089be317a085c2eb2d4c9fe543d8685a33f Mon Sep 17 00:00:00 2001
From: Julien Michel <julien.michel@cnes.fr>
Date: Thu, 22 Feb 2018 15:28:02 +0100
Subject: [PATCH] REFAC: Cover all logger modes

---
 Modules/Core/Common/src/otbConfigurationManager.cxx | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Modules/Core/Common/src/otbConfigurationManager.cxx b/Modules/Core/Common/src/otbConfigurationManager.cxx
index 4add4e19be..2e2707d0fe 100644
--- a/Modules/Core/Common/src/otbConfigurationManager.cxx
+++ b/Modules/Core/Common/src/otbConfigurationManager.cxx
@@ -88,6 +88,8 @@ itk::LoggerBase::PriorityLevelType ConfigurationManager::GetLoggerLevel()
     level_macro(DEBUG);
     level_macro(WARNING);
     level_macro(INFO);
+    level_macro(CRITICAL);
+    level_macro(FATAL);
     }
   return level;
 }
-- 
GitLab