Package com.abiquo.apiclient.util
Class LogUtils
- java.lang.Object
-
- com.abiquo.apiclient.util.LogUtils
-
public class LogUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description LogUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidlogRequest(com.squareup.okhttp.Request request)static voidlogResponse(com.squareup.okhttp.Response response, String body)
-
-
-
Method Detail
-
logRequest
public static void logRequest(com.squareup.okhttp.Request request) throws IOException- Throws:
IOException
-
logResponse
public static void logResponse(com.squareup.okhttp.Response response, String body)
-
-