Manually log a log entry to Audit log system.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxvoid 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