diff Sources/PythonLock.h @ 28:b2bbb516056e

The "Calling Python..." info logs are disabled if "PythonVerbose" is "false"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 27 Apr 2020 07:59:35 +0200
parents b0d1308280d8
children 23f3099bed47
line wrap: on
line diff
--- a/Sources/PythonLock.h	Tue Apr 07 07:52:07 2020 +0200
+++ b/Sources/PythonLock.h	Mon Apr 27 07:59:35 2020 +0200
@@ -59,4 +59,6 @@
 
   static void RaiseException(PyObject* module,
                              OrthancPluginErrorCode code);
+
+  static void LogCall(const std::string& message);
 };