Data Management Object Model Reference

Logging.LogTrace Method (Int32, String)

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

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

Implements

ILogging.LogTrace

See Also

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