Data Management Object Model Reference

ILogging.LogError Method (String)

Writes a Fatal level error message, using the default fatal logging id (or the default "All" id if undefined), to the log file.

[Visual Basic]
Sub LogError( _
   ByVal LogEntry As String _
)
[C#]
void LogError(
   string LogEntry
);

See Also

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