Selaa lähdekoodia

insert logging

andre 2 vuotta sitten
vanhempi
commit
cb517bd664
1 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa
  1. 8 0
      app/Libs/Kerio/Components/Api/Soap/Connection.php

+ 8 - 0
app/Libs/Kerio/Components/Api/Soap/Connection.php

@@ -313,6 +313,14 @@ class Connection implements ConnectionInterface
          */
          */
         $soapRes = $this->soapClient->__getLastResponse();
         $soapRes = $this->soapClient->__getLastResponse();
 
 
+        logModuleCall(
+            'kerioEmail',
+            __FUNCTION__,
+            $response,
+            'Debug SOAP Response',
+            $soapRes
+        );
+
         /**
         /**
          *
          *
          * set response model params
          * set response model params