Class HttpLogging


  • public class HttpLogging
    extends java.lang.Object
    Deprecated.
    This class functionality is now handled by HttpConfigOptions 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 the Logger 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 Detail

      • getLoggingInterceptor

        public static okhttp3.logging.HttpLoggingInterceptor getLoggingInterceptor()
        Deprecated.