diff OrthancServer/Internals/DcmtkLogging.h @ 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.h	Wed Oct 03 11:44:46 2012 +0200
@@ -0,0 +1,9 @@
+#include "../../Core/Logging.h"
+
+namespace Orthanc
+{
+  namespace Internals
+  {
+    Logger& GetLogger();
+  }
+}