diff OrthancServer/Internals/DcmtkLogging.cpp @ 101:428784e59dcd

trying to use log4cplus
author jodogne
date Wed, 03 Oct 2012 11:44:46 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/OrthancServer/Internals/DcmtkLogging.cpp	Wed Oct 03 11:44:46 2012 +0200
@@ -0,0 +1,12 @@
+#include "DcmtkLogging.h"
+
+namespace Orthanc
+{
+  namespace Internals
+  {
+    Logger& GetLogger()
+    {
+      return GetLoggerInstance("Dcmtk");
+    }
+  }
+}