Android之Retrofit實現Log日誌輸出

咱們知道,Retrofit是基於OkHttp發展而來,所以在Retrofit中設置日誌打印,就是在OkHttp設置。html 一、添加依賴 compile 'com.squareup.okhttp3:logging-interceptor:3.4.1'java 二、添加打印代碼 HttpLoggingInterceptor:http日誌攔截器 方法1:自定義輸出日誌格式git HttpLoggin
相關文章
相關標籤/搜索