# HttpLoggingInterceptor **Repository Path**: munchkin_cat/HttpLoggingInterceptor ## Basic Information - **Project Name**: HttpLoggingInterceptor - **Description**: okhttp logger - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HttpLoggingInterceptor [![](https://jitpack.io/v/com.gitee.compose/HttpLoggingInterceptor.svg)](https://jitpack.io/#com.gitee.compose/HttpLoggingInterceptor) #### Step 1 : Add the JitPack repository to your build file ~~~ gradle allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ~~~ #### Step 2 : Add the dependency ~~~ gradle dependencies { implementation 'com.gitee.compose:HttpLoggingInterceptor:version' } ~~~