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) |
LoggingCustomizer(org.apache.commons.logging.Log log,
LogFormatter formatter) |
| Modifier and Type | Method and Description |
|---|---|
void |
customize(org.springframework.web.client.RestTemplate restTemplate) |
public LoggingCustomizer()
public LoggingCustomizer(org.apache.commons.logging.Log log)
public LoggingCustomizer(org.apache.commons.logging.Log log,
LogFormatter formatter)
Copyright © 2017–2018. All rights reserved.