TracingWrite(String, Object) Method

Perform a merge of the messageFormat with the parameters and write the result to sjdebug.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
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