KSLCore
Toggle table of contents
R1.1.9
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.observers
/
ResponseTrace
/
ResponseTrace
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")
)