Data Management Object Model Reference

Logging.LogFatal Method

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

Overload List

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

public void LogFatal(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. Calling this method from COM, the method is seen as LogFatal_2( string LogEntry)

public void LogFatal(string);

See Also

Logging Class | SPSSMR.Data.Transformations Namespace