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

Method info

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

Logs an information message. @param msg the message

(String msg)

Source from the content-addressed store, hash-verified

442 * @param msg the message
443 */
444 public static void info(String msg) {
445 if (useMessageFrame()) {
446 org.opensourcephysics.controls.MessageFrame.info(msg);
447 } else {
448 log(Level.INFO, msg);
449 }
450 }
451
452 /**
453 * Logs a configuration message.

Callers 15

initializeMethod · 0.95
saveMethod · 0.95
actionPerformedMethod · 0.95
LaunchableClassMapMethod · 0.95
loadAllClassesMethod · 0.95
loadClassMethod · 0.95
getClassMethod · 0.95
getModelClassMethod · 0.95
getClassOfTypeMethod · 0.95
openMethod · 0.95
launchMethod · 0.95
runMethod · 0.95

Calls 2

useMessageFrameMethod · 0.95
logMethod · 0.95

Tested by

no test coverage detected