MCPcopy
hub / github.com/Col-E/Recaf / info

Method info

src/main/java/me/coley/recaf/util/Log.java:86–91  ·  view source on GitHub ↗

@param msg Message format. @param args Message arguments.

(String msg, Object... args)

Source from the content-addressed store, hash-verified

84 * Message arguments.
85 */
86 public static void info(String msg, Object... args) {
87 String msgCmp = compile(msg,args);
88 appLogger.info(msgCmp);
89 fileLogger.info(msgCmp);
90 infoConsumers.forEach(c -> c.accept(msgCmp));
91 }
92
93 /**
94 * @param msg

Callers 15

loadMethod · 0.95
setupMethod · 0.95
saveMethod · 0.95
promptFirstTimeMethod · 0.95
updateMethod · 0.95
attachMethod · 0.95
attachMethod · 0.95
JvmCreationPaneMethod · 0.95
reportMethod · 0.95
fetchLatestInfoMethod · 0.95
agentMethod · 0.80
initMethod · 0.80

Calls 2

compileMethod · 0.95
acceptMethod · 0.80

Tested by

no test coverage detected