Click or drag to resize

ActivityTracingLogger Constructor

Creates an instance of this logger.

Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public ActivityTracingLogger(
	CodeActivityContext context,
	bool debugEnabled
)

Parameters

context  CodeActivityContext
Used for the logger to access the ActivityTracing-layer.
debugEnabled  Boolean
Specifies whether the logger shall write debug entries.
See Also