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

Method fine

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

Logs a fine debugging message. @param msg the message

(String msg)

Source from the content-addressed store, hash-verified

468 * @param msg the message
469 */
470 public static void fine(String msg) {
471 if (useMessageFrame()) {
472 org.opensourcephysics.controls.MessageFrame.fine(msg);
473 } else {
474 log(Level.FINE, msg);
475 }
476 }
477
478 /**
479 * Clears the Log.

Callers 15

addToolMethod · 0.95
getToolMethod · 0.95
saveMethod · 0.95
saveTabSetMethod · 0.95
refreshNodeMethod · 0.95
refreshGUIMethod · 0.95
rebuildAndDisplayTabsMethod · 0.95
openMethod · 0.95
importFileIntoTabMethod · 0.95
openInputStreamMethod · 0.95
openMethod · 0.95
showButtonViewMethod · 0.95

Calls 2

useMessageFrameMethod · 0.95
logMethod · 0.95

Tested by

no test coverage detected