Data Management Object Model Reference

Logging.LogScript Method (Int32, String)

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

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

Implements

ILogging.LogScript

See Also

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