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.