logSelf

logSelf(logFileName: String);

The logSelf method of the Exception class appends a description of the exception object to the file specified in the logFileName parameter.

The output is similar to the exception information logged by the Jade default exception handler.