Data Management Object Model Reference

Logging.LogError Method (Int32, String)

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

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

Implements

ILogging.LogError

See Also

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