diff Sources/Autogenerated/sdk_OrthancPluginImage.impl.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 fef9a239df5c
children 23f3099bed47
line wrap: on
line diff
--- a/Sources/Autogenerated/sdk_OrthancPluginImage.impl.h	Tue Apr 07 07:52:07 2020 +0200
+++ b/Sources/Autogenerated/sdk_OrthancPluginImage.impl.h	Mon Apr 27 07:59:35 2020 +0200
@@ -69,7 +69,7 @@
 static int sdk_OrthancPluginImage_Constructor(
   sdk_OrthancPluginImage_Object *self, PyObject *args, PyObject *kwds)
 {
-  OrthancPlugins::LogInfo("Creating Python object of class OrthancPluginImage");
+  PythonLock::LogCall("Creating Python object of class OrthancPluginImage");
 
   self->object_ = NULL;
   self->borrowed_ = false;
@@ -105,7 +105,7 @@
 
 static void sdk_OrthancPluginImage_Destructor(PyObject *self)
 {
-  OrthancPlugins::LogInfo("Destroying Python object of class OrthancPluginImage");
+  PythonLock::LogCall("Destroying Python object of class OrthancPluginImage");
 
   sdk_OrthancPluginImage_Object& tmp = *((sdk_OrthancPluginImage_Object*) self);
   
@@ -124,7 +124,7 @@
 static PyObject *sdk_OrthancPluginImage_OrthancPluginGetImagePixelFormat(
   sdk_OrthancPluginImage_Object* self, PyObject *args)
 {
-  OrthancPlugins::LogInfo("Calling method OrthancPluginGetImagePixelFormat() on object of class OrthancPluginImage");
+  PythonLock::LogCall("Calling method OrthancPluginGetImagePixelFormat() on object of class OrthancPluginImage");
 
   if (self->object_ == NULL)
   {
@@ -143,7 +143,7 @@
 static PyObject *sdk_OrthancPluginImage_OrthancPluginGetImageWidth(
   sdk_OrthancPluginImage_Object* self, PyObject *args)
 {
-  OrthancPlugins::LogInfo("Calling method OrthancPluginGetImageWidth() on object of class OrthancPluginImage");
+  PythonLock::LogCall("Calling method OrthancPluginGetImageWidth() on object of class OrthancPluginImage");
 
   if (self->object_ == NULL)
   {
@@ -162,7 +162,7 @@
 static PyObject *sdk_OrthancPluginImage_OrthancPluginGetImageHeight(
   sdk_OrthancPluginImage_Object* self, PyObject *args)
 {
-  OrthancPlugins::LogInfo("Calling method OrthancPluginGetImageHeight() on object of class OrthancPluginImage");
+  PythonLock::LogCall("Calling method OrthancPluginGetImageHeight() on object of class OrthancPluginImage");
 
   if (self->object_ == NULL)
   {
@@ -181,7 +181,7 @@
 static PyObject *sdk_OrthancPluginImage_OrthancPluginGetImagePitch(
   sdk_OrthancPluginImage_Object* self, PyObject *args)
 {
-  OrthancPlugins::LogInfo("Calling method OrthancPluginGetImagePitch() on object of class OrthancPluginImage");
+  PythonLock::LogCall("Calling method OrthancPluginGetImagePitch() on object of class OrthancPluginImage");
 
   if (self->object_ == NULL)
   {
@@ -200,7 +200,7 @@
 static PyObject *sdk_OrthancPluginImage_OrthancPluginConvertPixelFormat(
   sdk_OrthancPluginImage_Object* self, PyObject *args)
 {
-  OrthancPlugins::LogInfo("Calling method OrthancPluginConvertPixelFormat() on object of class OrthancPluginImage");
+  PythonLock::LogCall("Calling method OrthancPluginConvertPixelFormat() on object of class OrthancPluginImage");
 
   if (self->object_ == NULL)
   {
@@ -240,7 +240,7 @@
 static PyObject *sdk_OrthancPluginImage_OrthancPluginDrawText(
   sdk_OrthancPluginImage_Object* self, PyObject *args)
 {
-  OrthancPlugins::LogInfo("Calling method OrthancPluginDrawText() on object of class OrthancPluginImage");
+  PythonLock::LogCall("Calling method OrthancPluginDrawText() on object of class OrthancPluginImage");
 
   if (self->object_ == NULL)
   {