Level

enum Level : Enum<HttpLogger.Level>

Different levels to specify the content to be logged.

Entries

BODY
Link copied to clipboard
Lines, headers and body (if present) will be logged for the request and response.
HEADERS
Link copied to clipboard
Lines along with the headers will be logged for the request and response.
BASIC
Link copied to clipboard
Request and response lines will be logged.
NONE
Link copied to clipboard
Nothing will be logged.

Sources

androidJvm source
Link copied to clipboard