public static interface HttpLoggingInterceptor.Logger
限定符和类型 | 字段和说明 |
---|---|
static HttpLoggingInterceptor.Logger |
DEFAULT
A
HttpLoggingInterceptor.Logger defaults output appropriate for the current platform. |
限定符和类型 | 方法和说明 |
---|---|
void |
logException(java.lang.Exception exception,
java.lang.String message) |
void |
logRequest(java.lang.String message) |
void |
logResponse(okhttp3.Response response,
java.lang.String message) |
static final HttpLoggingInterceptor.Logger DEFAULT
HttpLoggingInterceptor.Logger
defaults output appropriate for the current platform.