Constructs an OSPLog for a specified package. @param pkg the package
(Package pkg)
| 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. |