Skip to content

Instantly share code, notes, and snippets.

@LloydBlv
Last active January 27, 2024 04:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LloydBlv/4be32dcd85be19e6a755164a1a786756 to your computer and use it in GitHub Desktop.
Save LloydBlv/4be32dcd85be19e6a755164a1a786756 to your computer and use it in GitHub Desktop.
val logging = HttpLoggingInterceptor()
logging.setLevel(Level.BASIC);
OkHttpClient.Builder()
.addInterceptor(logging)
.build()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment