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

Method log

Astronomy_/src/main/java/astroj/IJU.java:1364–1366  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

1362 }
1363
1364 static void log(String message) {
1365 log(message, false);
1366 }
1367
1368 static void log(String message, boolean showLogDateTime) {
1369 if (showLogDateTime) {

Callers 11

saveFileMethod · 0.95
solveMethod · 0.95
calcStepSizeMethod · 0.45
createSliderPanel1Method · 0.45
calcStepSizeMethod · 0.45
buildAstroWindowMethod · 0.45
updatePanelValuesMethod · 0.45
lunskybrightMethod · 0.45
updateApMagsMethod · 0.45
ellkeMethod · 0.45
listRoisMethod · 0.45

Calls 4

logMethod · 0.95
getInstanceMethod · 0.45
formatMethod · 0.45
getTimeMethod · 0.45

Tested by

no test coverage detected