Data Management Object Model Reference

ILogging Interface

ILogging interface is a wrapper of the Log Component used by DMOM.

For a list of all members of this type, see ILogging Members.

[Visual Basic]
Public Interface ILogging
[C#]
public interface ILogging

Types that implement ILogging

Type Description
Logging Represents the enviroment for setting up and running the logging components.

Remarks

The log component will be created by the DMOM framework and the logging methods can be accessed either directly or via the Job object

Example

The Log object is accessed as:

  Log.LogFatal("Some Fatal Error")
  //Or through the Job object:
  Job.Log.LogFatal("Some Fatal Error")

Requirements

Namespace: SPSSMR.Data.Transformations

Assembly: SPSSMR.Data.Transformations (in SPSSMR.Data.Transformations.dll)

See Also

ILogging Members | SPSSMR.Data.Transformations Namespace