Last active
January 27, 2024 04:18
-
-
Save LloydBlv/4be32dcd85be19e6a755164a1a786756 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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