Response Trace
constructor(theResponse: ResponseCIfc, pathToFile: Path = (theResponse as Response).myModel.outputDirectory.outDir.resolve(
theResponse.name.replace(':', '_') + "_Trace"))
constructor(theResponse: Response, pathToFile: Path = theResponse.myModel.outputDirectory.outDir.resolve(
theResponse.name.replace(':', '_') + "_Trace"))
Parameters
the Response
the response to trace
path To File
the path to the file to store the trace