Click or drag to resize

ActivityTracingLoggerError Method

Makes the logger write an error entry into the log.

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 void Error(
	string message
)

Parameters

message  String
The error message to be logged.

Implements

IActivityLoggerError(String)
See Also