Data Management Object Model Reference

Logging.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. Calling this method from COM, the method is seen as LogError_2( string LogEntry)

[Visual Basic]
NotOverridable Overloads Public Sub LogError( _
   ByVal LogEntry As String _
) _
    Implements ILogging.LogError
[C#]
public void LogError(
   string LogEntry
);

Implements

ILogging.LogError

See Also

Logging Class | SPSSMR.Data.Transformations Namespace | Logging.LogError Overload List