Data Management Object Model Reference

ILogging.LogScript Method

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

Overload List

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

void LogScript(int,string);

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

void LogScript(string);

See Also

ILogging Interface | SPSSMR.Data.Transformations Namespace