//logging-interceptor/okhttp3.logging/HttpLoggingInterceptor/Level
Level¶
[jvm]\ enum Level : Enum<HttpLoggingInterceptor.Level>
Entries¶
NONE | [jvm] NONE No logs. |
BASIC | [jvm] BASIC Logs request and response lines. |
HEADERS | [jvm] HEADERS Logs request and response lines and their respective headers. |
BODY | [jvm] BODY Logs request and response lines and their respective headers and bodies (if present). |
Properties¶
Name | Summary |
---|---|
name | [jvm] val name: String |
ordinal | [jvm] val ordinal: Int |