OkHttp Logging Interceptor logs HTTP request and response details for debugging and monitoring network traffic.
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>5.3.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an OkHttp client with request/response logging.
Use Level.HEADERS or Level.BASIC instead of Level.BODY in production
No dependency data recorded yet.