Click or drag to resize

HpsvDataLoggerLog Method

Logs request/responses values into fileName into Message Logging's Virtual Service folder ("e.g. %APPDATA%\Micro Focus\Service Virtualization Designer\logs\messages\%serviceId% for Designer")

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.00
Syntax
C#
public void Log(
	string fileName,
	string request,
	params string[] responses
)

Parameters

fileName
Type: SystemString
The file name to write to
request
Type: SystemString
Request value
responses
Type: SystemString
Response values
Exceptions
ExceptionCondition
ArgumentNullExceptionfileName is null.
See Also