MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / finer

Method finer

src/org/opensourcephysics/controls/OSPLog.java:497–505  ·  view source on GitHub ↗

Logs a finer debugging message. @param msg the message

(String msg)

Source from the content-addressed store, hash-verified

495 * @param msg the message
496 */
497 public static void finer(String msg) {
498 System.gc();
499 System.out.println("OSPLog.finer " + msg);
500 if (useMessageFrame()) {
501 org.opensourcephysics.controls.MessageFrame.finer(msg);
502 } else {
503 log(Level.FINER, msg);
504 }
505 }
506
507 /**
508 * Logs a finest debugging message.

Callers 15

rebuildAndDisplayTabsMethod · 0.95
handleMousePressedMethod · 0.95
launchMethod · 0.95
runMethod · 0.95
setOSPCacheMethod · 0.95
unzipMethod · 0.95
downloadMethod · 0.95
doneMethod · 0.95
searchCollectionForMethod · 0.95
setURLMethod · 0.95
exportJSMethod · 0.95
exportMethod · 0.95

Calls 4

useMessageFrameMethod · 0.95
logMethod · 0.95
gcMethod · 0.80
printlnMethod · 0.65

Tested by

no test coverage detected