
Uses of Class
ca.uhn.fhir.rest.client.interceptor.LoggingInterceptor
Packages that use LoggingInterceptor
-
Uses of LoggingInterceptor in ca.uhn.fhir.rest.client.interceptor
Methods in ca.uhn.fhir.rest.client.interceptor that return LoggingInterceptorModifier and TypeMethodDescriptionLoggingInterceptor.setLogRequestBody
(boolean theValue) Should a summary (one line) for each request be logged, containing the URL and other informationLoggingInterceptor.setLogRequestHeaders
(boolean theValue) Should headers for each request be logged, containing the URL and other informationLoggingInterceptor.setLogRequestSummary
(boolean theValue) Should a summary (one line) for each request be logged, containing the URL and other informationLoggingInterceptor.setLogResponseBody
(boolean theValue) Should a summary (one line) for each request be logged, containing the URL and other informationLoggingInterceptor.setLogResponseHeaders
(boolean theValue) Should headers for each request be logged, containing the URL and other informationLoggingInterceptor.setLogResponseSummary
(boolean theValue) Should a summary (one line) for each request be logged, containing the URL and other information