Package-level declarations
Types
Link copied to clipboard
class HttpLoggingInterceptor @JvmOverloads constructor(logger: HttpLoggingInterceptor.Logger = Logger.DEFAULT) : Interceptor
An OkHttp interceptor which logs request and response information. Can be applied as an application interceptor or as a OkHttpClient.networkInterceptors.
Link copied to clipboard
An OkHttp EventListener, which logs call events. Can be applied as an event listener factory.