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

Method OSPLog

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

Constructs an OSPLog for a specified package. @param pkg the package

(Package pkg)

Source from the content-addressed store, hash-verified

541 * @param pkg the package
542 */
543 public OSPLog(Package pkg) {
544 this(pkg.getName(), null);
545 }
546
547 /**
548 * Constructs an OSPLog for a specified package and resource bundle.

Callers

nothing calls this directly

Calls 6

getStringMethod · 0.95
createLoggerMethod · 0.95
setLevelMethod · 0.95
getNameMethod · 0.65
setNameMethod · 0.65
printlnMethod · 0.65

Tested by

no test coverage detected