public class LoggingCustomizer extends Object implements org.springframework.boot.web.client.RestTemplateCustomizer
RestTemplateCustomizer that configures the RestTemplate to log requests and responses.| Constructor and Description |
|---|
LoggingCustomizer() |
LoggingCustomizer(org.apache.commons.logging.Log log) |
| Modifier and Type | Method and Description |
|---|---|
void |
customize(org.springframework.web.client.RestTemplate restTemplate) |
Copyright © 2017. All rights reserved.