//logging-interceptor/okhttp3.logging/HttpLoggingInterceptor/Level/BASIC
BASIC¶
[jvm]\ BASIC
Logs request and response lines.
Example:
--> POST /greeting http/1.1 (3-byte body)
<-- 200 OK (22ms, 6-byte body)
//logging-interceptor/okhttp3.logging/HttpLoggingInterceptor/Level/BASIC
[jvm]\ BASIC
Logs request and response lines.
Example:
--> POST /greeting http/1.1 (3-byte body)
<-- 200 OK (22ms, 6-byte body)