MCPcopy Index your code
hub / github.com/OpenFeign/feign / log

Method log

core/src/main/java/feign/Logger.java:46–46  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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.

Callers 4

logRequestMethod · 0.95
logRetryMethod · 0.95
logIOExceptionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected