MCPcopy Index your code
hub / github.com/processing/processing / log

Method log

app/src/processing/app/Messages.java:329–333  ·  view source on GitHub ↗
(Object from, String message)

Source from the content-addressed store, hash-verified

327
328
329 static public void log(Object from, String message) {
330 if (Base.DEBUG) {
331 System.out.println(from.getClass().getName() + ": " + message);
332 }
333 }
334
335
336 static public void log(String message) {

Callers 15

startServerMethod · 0.95
runMethod · 0.95
sendArgumentsMethod · 0.95
getFontMethod · 0.95
getFontMethod · 0.95
createAndShowGUIMethod · 0.95
BaseMethod · 0.95
rebuildContribModesMethod · 0.95
findCandidateMethod · 0.95
loadMethod · 0.95
ModeContributionMethod · 0.95
initLoaderMethod · 0.95

Calls 2

printlnMethod · 0.45
getNameMethod · 0.45

Tested by

no test coverage detected