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

Method finest

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

Logs a finest debugging message. @param msg the message

(String msg)

Source from the content-addressed store, hash-verified

510 * @param msg the message
511 */
512 public static void finest(String msg) {
513 if (useMessageFrame()) {
514 org.opensourcephysics.controls.MessageFrame.finest(msg);
515 } else {
516 log(Level.FINEST, msg);
517 }
518 }
519
520 /**
521 * Sets whether console messages are logged.

Callers 15

addTabMethod · 0.95
saveTableDataToFileMethod · 0.95
acceptMethod · 0.95
openMethod · 0.95
loadDatasetMethod · 0.95
importFileIntoTabMethod · 0.95
parseDataMethod · 0.95
actionPerformedMethod · 0.95
copyTabMethod · 0.95
openMethod · 0.95
showButtonViewMethod · 0.95
actionPerformedMethod · 0.95

Calls 2

useMessageFrameMethod · 0.95
logMethod · 0.95

Tested by

no test coverage detected