Data Management Object Model Reference

ILogging.LogScript Method (String)

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

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

See Also

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