//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)
Properties¶
Name | Summary |
---|---|
name | [jvm] val name: String |
ordinal | [jvm] val ordinal: Int |