trait ProcessReport extends Object with StObject
- Annotations
- @JSType() @native()
- Source
- processMod.scala
- Alphabetic
- By Inheritance
- ProcessReport
- StObject
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val directory: java.lang.String
Directory where the report is written.
Directory where the report is written. working directory of the Node.js process.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val filename: java.lang.String
Filename where the report is written.
Filename where the report is written. The default value is the empty string.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getReport(err: Error): java.lang.String
- def getReport(): java.lang.String
Returns a JSON-formatted diagnostic report for the running process.
Returns a JSON-formatted diagnostic report for the running process. The report's JavaScript stack trace is taken from err, if present.
- def hasOwnProperty(v: scala.Predef.String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def propertyIsEnumerable(v: scala.Predef.String): Boolean
- Definition Classes
- Object
- val reportOnFatalError: Boolean
If true, a diagnostic report is generated on fatal errors, such as out of memory errors or failed C++ assertions.
- val reportOnSignal: Boolean
If true, a diagnostic report is generated when the process receives the signal specified by process.report.signal.
- val reportOnUncaughtException: Boolean
If true, a diagnostic report is generated on uncaught exception.
- val signal: Signals
The signal used to trigger the creation of a diagnostic report.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocaleString(): scala.Predef.String
- Definition Classes
- Object
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def writeReport(fileName: Unit, err: Error): java.lang.String
- def writeReport(fileName: java.lang.String, err: Error): java.lang.String
- def writeReport(fileName: java.lang.String): java.lang.String
- def writeReport(error: Error): java.lang.String
- def writeReport(): java.lang.String
Writes a diagnostic report to a file.
Writes a diagnostic report to a file. If filename is not provided, the default filename includes the date, time, PID, and a sequence number. The report's JavaScript stack trace is taken from err, if present.
- returns
Filename of the generated report.
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated