Data Management Object Model Reference

ILogging.LogError Method

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

Overload List

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

void LogError(int,string);

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

void LogError(string);

See Also

ILogging Interface | SPSSMR.Data.Transformations Namespace