ActivityTracingTrace Method (CodeActivityContext, String, Object)

Scanjour Workflow4 Reference Manual
Traces the specified context in the workflow log as info.

Namespace:  Scanjour.Workflow4.ActivityLibrary
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static void Trace(
	CodeActivityContext context,
	string format,
	params Object[] arg
)

Parameters

context
Type: System.ActivitiesCodeActivityContext
The context.
format
Type: SystemString
The format.
arg
Type: SystemObject
The argument.
See Also

Reference