Data Management Object Model Reference

IJob.Log Property

Description: Return the Logging component Remarks: The Logging object can be accessed in either of the following ways: Log.LogFatal("Some Fatal Error") Job.Log.LogFatal("Some Fatal Error")

[Visual Basic]
Property Log As Logging
[C#]
Logging Log {get; set;}

See Also

IJob Interface | SPSSMR.Data.Transformations Namespace