Click or drag to resize

DatabaseFunctionsWriteLineToWorkflowLog Method

Write a single line to the workflow log. Use only if you have no WorkflowLogTrackingParticipant

Namespace: Scanjour.Workflow4.Host
Assembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static void WriteLineToWorkflowLog(
	Uri ODataUri,
	string serverName,
	Guid instanceId,
	string message,
	string activityName = "(none)",
	string level = "Info",
	string recordType = "SingleLogWriteRecord"
)

Parameters

ODataUri  Uri
The odata url
serverName  String
The ServerName
instanceId  Guid
The instanceId
message  String
The message to be written to the database
activityName  String  (Optional)

[Missing <param name="activityName"/> documentation for "M:Scanjour.Workflow4.Host.DatabaseFunctions.WriteLineToWorkflowLog(System.Uri,System.String,System.Guid,System.String,System.String,System.String,System.String)"]

level  String  (Optional)
The severity level - e.g. Info, Warning, Error
recordType  String  (Optional)

[Missing <param name="recordType"/> documentation for "M:Scanjour.Workflow4.Host.DatabaseFunctions.WriteLineToWorkflowLog(System.Uri,System.String,System.Guid,System.String,System.String,System.String,System.String)"]

See Also