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

Method debug

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

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

(String msg, Object... args)

Source from the content-addressed store, hash-verified

71 * Message arguments.
72 */
73 public static void debug(String msg, Object... args) {
74 String msgCmp = compile(msg,args);
75 appLogger.debug(msgCmp);
76 fileLogger.debug(msgCmp);
77 debugConsumers.forEach(c -> c.accept(msgCmp));
78 }
79
80 /**
81 * @param msg

Callers 9

populatePhantomsMethod · 0.95
createMembersMethod · 0.95
analyzePhantomsMethod · 0.95
setupConfigControlsMethod · 0.95
removeIfRenamedMethod · 0.95
handleMethod · 0.80
onClassMethod · 0.80
finishClassesMethod · 0.80
callMethod · 0.80

Calls 2

compileMethod · 0.95
acceptMethod · 0.80

Tested by

no test coverage detected