Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
doStatement
Method · 0.95
doAssignment
Method · 0.95
doMath
Method · 0.45
math
Method · 0.45
print
Method · 0.45
printArray
Method · 0.45
findValidInitalParams
Method · 0.45
makeNewParamVariations
Method · 0.45
od
Method · 0.45
f
Method · 0.45
prepareModifiedFitType
Method · 0.45
settingsDialog
Method · 0.45
Calls
1
log
Method · 0.95
Tested by
no test coverage detected