Data Management Object Model Reference

ILogging.LogMetric Method

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

Overload List

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

void LogMetric(int,string);

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

void LogMetric(string);

See Also

ILogging Interface | SPSSMR.Data.Transformations Namespace