comparison 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
comparison
equal deleted inserted replaced
1487:23083810d543 1488:c8763b603b0e
31 31
32 32
33 #include "PrecompiledHeaders.h" 33 #include "PrecompiledHeaders.h"
34 #include "Logging.h" 34 #include "Logging.h"
35 35
36 #if ORTHANC_ENABLE_LOGGING == 1
36 37
37 namespace Orthanc 38 namespace Orthanc
38 { 39 {
39 namespace Logging 40 namespace Logging
40 { 41 {
72 } 73 }
73 } 74 }
74 #endif 75 #endif
75 } 76 }
76 } 77 }
78
79 #endif