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.DataAssetEngineAssembly: AJE.DataAssetEngine (in AJE.DataAssetEngine.dll) Version: 4.0.8187.28944 (4.0.1.1)
public void WriteLog(
string Details = "",
string Message = "",
LogLevels LogLevel = LogLevels.Log_Information
)
public void WriteLog(
string Details = "",
string Message = "",
LogLevels LogLevel = LogLevels.Log_Information
)
Public Sub WriteLog (
Optional Details As String = "",
Optional Message As String = "",
Optional LogLevel As LogLevels = LogLevels.Log_Information
)
Public Sub WriteLog (
Optional Details As String = "",
Optional Message As String = "",
Optional LogLevel As LogLevels = LogLevels.Log_Information
)
public:
void WriteLog(
String^ Details = L"",
String^ Message = L"",
LogLevels LogLevel = LogLevels::Log_Information
)
public:
void WriteLog(
String^ Details = L"",
String^ Message = L"",
LogLevels LogLevel = LogLevels::Log_Information
)