Click or drag to resize

IDataFlowExecutionContextLog Method

Log to the execution context

Namespace: SanteDB.BI.Datamart.DataFlow
Assembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntax
IDataFlowLogEntry Log(
	EventLevel priority,
	string logText
)

Parameters

priority  EventLevel
The priority of the log
logText  String
The log text

Return Value

IDataFlowLogEntry
The created log entry
See Also