Writes a Script level error message, with log id "Id", to the log file.
Writes a Script level error message, with log id "Id", to the log file.
public 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. Calling this method from COM, the method is seen as LogScript_2(string LogEntry)
public void LogScript(string);
Logging Class | SPSSMR.Data.Transformations Namespace