``` OkHttpClient.Builder() .addInterceptor(loggi...
# android
m
Copy code
OkHttpClient.Builder()
  .addInterceptor(logging)
  .build();