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

Method format

core/src/main/java/feign/Logger.java:253–256  ·  view source on GitHub ↗
(LogRecord record)

Source from the content-addressed store, hash-verified

251 handler.setFormatter(
252 new SimpleFormatter() {
253 @Override
254 public String format(LogRecord record) {
255 return String.format("%s%n", record.getMessage()); // NOPMD
256 }
257 });
258 logger.addHandler(handler);
259 } catch (IOException e) {

Callers 15

logMethod · 0.80
logMethod · 0.80
invokeMethod · 0.80
logMethod · 0.80
createInstanceMethod · 0.80
writeValueMethod · 0.80
logMethod · 0.80
errorReadingMethod · 0.80
errorExecutingMethod · 0.80
buildMethod · 0.80
DefaultContractMethod · 0.80

Calls 1

getMessageMethod · 0.45

Tested by 4

logMethod · 0.64
logMethod · 0.64
writeValueMethod · 0.64
getConnectUrlMethod · 0.64