Package com.ibm.cloud.sdk.core.util
Class HttpLogging
- java.lang.Object
-
- com.ibm.cloud.sdk.core.util.HttpLogging
-
public class HttpLogging extends java.lang.Object
Deprecated.This class functionality is now handled byHttpConfigOptions
and should no longer be needed.HttpLogging logs HTTP request and response data. Instantiates a new HTTP logging. The logging level will be determinate by theLogger
used in this class. Basic HTTP request response will be log if Level is INFO, HEADERS if level is FINE and all the bodies if Level is ALL.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static okhttp3.logging.HttpLoggingInterceptor
getLoggingInterceptor()
Deprecated.
-