Data Management Object Model Reference

ILogging.LogFatal Method (Int32, String)

Writes a Fatal level error message, with log id "Id", to the log file.

[Visual Basic]
Sub LogFatal( _
   ByVal Id As Integer, _
   ByVal LogEntry As String _
)
[C#]
void LogFatal(
   int Id,
   string LogEntry
);

See Also

ILogging Interface | SPSSMR.Data.Transformations Namespace | ILogging.LogFatal Overload List