ILogging interface is a wrapper of the Log Component used by DMOM.
For a list of all members of this type, see ILogging Members.
Type | Description |
---|---|
Logging | Represents the enviroment for setting up and running the logging components. |
The log component will be created by the DMOM framework and the logging methods can be accessed either directly or via the Job object
The Log object is accessed as:
Log.LogFatal("Some Fatal Error") //Or through the Job object: Job.Log.LogFatal("Some Fatal Error")
Namespace: SPSSMR.Data.Transformations
Assembly: SPSSMR.Data.Transformations (in SPSSMR.Data.Transformations.dll)
ILogging Members | SPSSMR.Data.Transformations Namespace