Data Management Object Model Reference |
|
ILogging Members
ILogging overview
Public Instance Properties
Alias | The Alias to use for logging. |
Filter | The filter to use for logging. |
Group | The Group to use for logging. First 3 characters of groupname is used as prefix for logfiles. |
IsCreated | Returns true if the Logging component was created. If no logging parameters are specified DMS file then the logging component will not be created. |
Path | The physical network path or URL to store the logfiles |
PublishLogs | Set to true if you wish private logs exposed on the public agent interface. This enables private logs to be visible to f.ex browsers or other tools accessing the logging backends components |
Public Instance Methods
CreateGroupLog | Creates a public/group log file at the location designated by m_Path For full explanation of the parameters and their effect on logging please see the logging component documentation. |
CreatePrivateLog | Creates a private log file at the location designated by m_Path For full explanation of the parameters and their effect on logging please see the logging component documentation. |
Flush | Flushes the file cache. |
InitializeMembers | Ensure that all member string have a valid content, are not null. |
LogError | Overloaded. Writes a Error level error message, with log id "Id", to the log file. |
LogFatal | Overloaded. Writes a Fatal level error message, with log id "Id", to the log file. |
LogInfo | Overloaded. Writes a Info level error message, with log id "Id", to the log file. |
LogMetric | Overloaded. Writes a Metric level error message, with log id "Id", to the log file. |
LogScript | Overloaded. Writes a Script level error message, with log id "Id", to the log file. |
LogTrace | Overloaded. Writes a Trace level error message, with log id "Id", to the log file. |
See Also
ILogging Interface | SPSSMR.Data.Transformations Namespace