engine
/
com.google.android.fhir.sync.remote
/
HttpLogger
/
Level
Level
enum
Level
:
Enum
<
HttpLogger.Level
>
Content copied to clipboard
Different levels to specify the content to be logged.
Entries
Sources
Entries
BODY
Link copied to clipboard
BODY
()
Content copied to clipboard
Lines, headers and body (if present) will be logged for the request and response.
HEADERS
Link copied to clipboard
HEADERS
()
Content copied to clipboard
Lines along with the headers will be logged for the request and response.
BASIC
Link copied to clipboard
BASIC
()
Content copied to clipboard
Request and response lines will be logged.
NONE
Link copied to clipboard
NONE
()
Content copied to clipboard
Nothing will be logged.
Sources
androidJvm source
Link copied to clipboard