Package io.vrap.rmf.base.client.http
Class LogFormatter
java.lang.Object
io.vrap.rmf.base.client.http.LogFormatter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
formatError
(ApiHttpRequest request, Throwable throwable, long executionTime) static String
formatResponse
(ApiHttpRequest request, ApiHttpResponse<byte[]> response, long executionTime)
-
Constructor Details
-
LogFormatter
public LogFormatter()
-
-
Method Details
-
formatResponse
public static String formatResponse(ApiHttpRequest request, ApiHttpResponse<byte[]> response, long executionTime) -
formatError
-