public class ReportServiceLogger extends Object
Modifier and Type | Method and Description |
---|---|
void |
logRequest(com.google.api.client.http.HttpRequest request,
int statusCode,
String statusMessage)
Logs the specified request and response information.
|
public void logRequest(@Nullable com.google.api.client.http.HttpRequest request, int statusCode, @Nullable String statusMessage)
Note that in order to avoid any temptation to consume the contents of the response, this
does not take an HttpResponse
object, but instead
accepts the status code and message from the response.
Copyright © 2018. All Rights Reserved.