log Network Call
public abstract void logNetworkCall( @NonNull() String url, @NonNull() String httpMethod, int statusCode, long startTime, long endTime, long bytesSent, long bytesReceived, String traceId, @Nullable() NetworkCaptureData networkCaptureData)
Content copied to clipboard
Logs a HTTP network call.
Parameters
url
the URL being called
http Method
the HTTP method
status Code
the status code from the response
start Time
the start time of the request
end Time
the end time of the request
bytes Sent
the number of bytes sent
bytes Received
the number of bytes received
trace Id
optional trace ID that can be used to trace a particular request
network Capture Data
the additional data captured if network body capture is enabled for the URL