We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f95e3 commit 9867822Copy full SHA for 9867822
1 file changed
prism/src/prism/Prism.java
@@ -383,6 +383,15 @@ public class ModelDetails
383
// Constructors + options methods
384
//------------------------------------------------------------------------------
385
386
+ /**
387
+ * Construct a new Prism object.
388
+ * Output will be sent to stdout.
389
+ */
390
+ public Prism() throws PrismException
391
+ {
392
+ this(new PrismFileLog("stdout"));
393
+ }
394
+
395
/**
396
* Construct a new Prism object.
397
* @param mainLog PrismLog where all output will be sent.
0 commit comments