Writes a Trace level error message, with log id "Id", to the log file.
Writes a Trace level error message, with log id "Id", to the log file.
void LogTrace(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 LogTrace(string);
ILogging Interface | SPSSMR.Data.Transformations Namespace