diff Core/Logging.cpp @ 1488:c8763b603b0e

flag for plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Aug 2015 10:54:13 +0200
parents 23083810d543
children 1389834e130f
line wrap: on
line diff
--- a/Core/Logging.cpp	Tue Aug 04 10:45:58 2015 +0200
+++ b/Core/Logging.cpp	Tue Aug 04 10:54:13 2015 +0200
@@ -33,6 +33,7 @@
 #include "PrecompiledHeaders.h"
 #include "Logging.h"
 
+#if ORTHANC_ENABLE_LOGGING == 1
 
 namespace Orthanc
 {  
@@ -74,3 +75,5 @@
 #endif
   }
 }
+
+#endif