Data Management Object Model Reference

Logging.LogMetric Method (String)

Writes a Info 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 LogMetric_2(string LogEntry)

[Visual Basic]
NotOverridable Overloads Public Sub LogMetric( _
   ByVal LogEntry As String _
) _
    Implements ILogging.LogMetric
[C#]
public void LogMetric(
   string LogEntry
);

Implements

ILogging.LogMetric

See Also

Logging Class | SPSSMR.Data.Transformations Namespace | Logging.LogMetric Overload List