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: 23.3.0.0 (23.3.0.0)
Syntax
public static void WriteLineToWorkflowLog( Uri ODataUri, string serverName, Guid instanceId, string message, string level = "Info" )
Parameters
- ODataUri
- Type: SystemUri
The odata url - serverName
- Type: SystemString
The ServerName - instanceId
- Type: SystemGuid
The instanceId - message
- Type: SystemString
The message to be written to the database - level (Optional)
- Type: SystemString
The severity level - e.g. Info, Warning, Error
See Also