Override to log requests and responses using your own implementation. Messages will be http request and response text. @param configKey value of Feign#configKey(Class, java.lang.reflect.Method) @param format java.util.Formatter format string @param args arguments applied to {@code f
(String configKey, String format, Object... args)
| 44 | * @param args arguments applied to {@code format} |
| 45 | */ |
| 46 | protected abstract void log(String configKey, String format, Object... args); |
| 47 | |
| 48 | /** |
| 49 | * Override to filter out request headers. |
no outgoing calls
no test coverage detected