diff Plugin/Plugin.cpp @ 235:85b6a8bf8c7b transcoding

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 14 May 2020 15:49:58 +0200
parents 7097d0eaac76
children 620ed85fb514
line wrap: on
line diff
--- a/Plugin/Plugin.cpp	Mon May 11 16:02:34 2020 +0200
+++ b/Plugin/Plugin.cpp	Thu May 14 15:49:58 2020 +0200
@@ -397,6 +397,7 @@
     using namespace OrthancPlugins;
 
     OrthancPlugins::SetGlobalContext(context);
+    Orthanc::Logging::Initialize(context);
     context_ = context;
     assert(DisplayPerformanceWarning());
     OrthancPluginLogWarning(context_, "Initializing the Web viewer");