TracingWrite Method (String, Object)

Scanjour Workflow4 Reference Manual
Perform a merge of the messageFormat with the parameters and write the result to sjdebug.

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static void Write(
	string messageFormat,
	params Object[] args
)

Parameters

messageFormat
Type: SystemString
The format specifier
args
Type: SystemObject
The arguments to substitute into the format specifier
See Also

Reference