save_log_and_event
以下のメソッドを使ってログを送ることができます。送られたログはタイムライン上にリアルタイムで見ることができます。
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")