Save Logs and Events
SDK allows you to record logs and events by sending them to DeployGate server. You can view sent data on the DeployGate website in realtime.
DeployGate.logError("an error");
DeployGate.logWarn("a warning");
DeployGate.logInfo("information");
DeployGate.logVerbose("verbose");
DeployGate.logDebug("debugging");
DeployGate.logError("an error")
DeployGate.logWarn("a warning")
DeployGate.logInfo("information")
DeployGate.logVerbose("verbose")
DeployGate.logDebug("debugging")