AJE Components
DataExecutionPlan WriteLog Method (String, String, DataCommandLog )AJE Data Asset Engine Help
Writes an Entry into the Data Execution Log. This is automatic if the EnableLog option is set to True and the Execute is successful.

Namespace: AJE.DataAssetEngine
Assembly: AJE.DataAssetEngine (in AJE.DataAssetEngine.dll) Version: 4.0.8187.28944 (4.0.1.1)
Syntax

public void WriteLog(
	string Details = "",
	string Message = "",
	LogLevels LogLevel = LogLevels.Log_Information
)
Remarks

See Also