Click or drag to resize

IDataAuditApiLog Method

Manually log a log entry to Audit log system.

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
void Log(
	string id,
	string eventName,
	string correlationId = "",
	Object data = null
)

Parameters

id
Type: SystemString
Id of the ActualData Object to be logged.
eventName
Type: SystemString

[Missing <param name="eventName"/> documentation for "M:Casewhere.Runtime.DSL.Api.IDataAuditApi.Log(System.String,System.String,System.String,System.Object)"]

correlationId (Optional)
Type: SystemString
Log to correlation Id
data (Optional)
Type: SystemObject
ActualData to be logged.
See Also