Click or drag to resize

TracingWrite(String, Object) Method

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: 24.5.0.0 (24.5.0.0)
Syntax
public static void Write(
	string messageFormat,
	params Object[] args
)

Parameters

messageFormat  String
The format specifier
args  Object
The arguments to substitute into the format specifier
See Also