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.5.0
Syntax
C#
void Log(
	string id,
	string eventName,
	string correlationId = "",
	Object data = null
)

Parameters

id  String
Id of the ActualData Object to be logged.
eventName  String
correlationId  String  (Optional)
Log to correlation Id
data  Object  (Optional)
ActualData to be logged.
See Also