MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / log

Method log

ij/src/main/java/ij/macro/Interpreter.java:376–381  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

374 }
375
376 void log(String s) {
377 if (evaluating)
378 evalOutput = s;
379 else
380 IJ.log(s);
381 }
382
383 //For showing call stack in macro errors
384 private void growCallStack(int grow) {

Callers 12

doStatementMethod · 0.95
doAssignmentMethod · 0.95
doMathMethod · 0.45
mathMethod · 0.45
printMethod · 0.45
printArrayMethod · 0.45
findValidInitalParamsMethod · 0.45
odMethod · 0.45
fMethod · 0.45
settingsDialogMethod · 0.45

Calls 1

logMethod · 0.95

Tested by

no test coverage detected