Ver Fonte

enable debug

andre há 1 ano atrás
pai
commit
885a19eb47
1 ficheiros alterados com 9 adições e 0 exclusões
  1. 9 0
      app/Libs/Zimbra/Components/Api/Soap/Client.php

+ 9 - 0
app/Libs/Zimbra/Components/Api/Soap/Client.php

@@ -60,6 +60,15 @@ class Client implements ClientInterface
      */
     public function __construct($server, $port = 7071, $username, $password, $user = "admin")
     {
+
+        logModuleCall(
+            'zimbraEmail',
+            __FUNCTION__,
+            $server,
+            "Debug3",
+            $username
+        );
+
         $this->connection = new Connection($server, $port, $username, $password, $user);
         $this->connection->login();
     }