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

Method config

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

Logs a configuration message. @param msg the message

(String msg)

Source from the content-addressed store, hash-verified

455 * @param msg the message
456 */
457 public static void config(String msg) {
458 if (useMessageFrame()) {
459 org.opensourcephysics.controls.MessageFrame.config(msg);
460 } else {
461 log(Level.CONFIG, msg);
462 }
463 }
464
465 /**
466 * Logs a fine debugging message.

Callers 2

MovieFactoryClass · 0.95
registerWithVideoIOMethod · 0.95

Calls 2

useMessageFrameMethod · 0.95
logMethod · 0.95

Tested by

no test coverage detected