ActivityTracingLogger Constructor

Scanjour Workflow4 Reference Manual
Creates an instance of this logger.

Namespace:  Scanjour.Workflow4.ActivityLibrary.ServiceProcess
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 ActivityTracingLogger(
	CodeActivityContext context,
	bool debugEnabled
)

Parameters

context
Type: System.ActivitiesCodeActivityContext
Used for the logger to access the ActivityTracing-layer.
debugEnabled
Type: SystemBoolean
Specifies whether the logger shall write debug entries.
See Also

Reference