Ver código fonte

debug soapcall

andre 1 ano atrás
pai
commit
f0a5f2fdb4

+ 8 - 0
app/Libs/Zimbra/Components/Api/Soap/MySoapClient.php

@@ -85,6 +85,14 @@ class MySoapClient extends SoapClient
     {
         $response = parent::__soapCall($function_name, $arguments, $options, $input_headers, $output_headers);
 
+        logModuleCall(
+            'zimbraEmail',
+            __FUNCTION__,
+            $arguments,
+            "Debug: response",
+            $options
+        );
+
         return $response;
     }