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.
LogErrorOverloaded. Writes a Error level error message, with log id "Id", to the log file.
LogFatalOverloaded. Writes a Fatal level error message, with log id "Id", to the log file.
LogInfoOverloaded. Writes a Info level error message, with log id "Id", to the log file.
LogMetricOverloaded. Writes a Metric level error message, with log id "Id", to the log file.
LogScriptOverloaded. Writes a Script level error message, with log id "Id", to the log file.
LogTraceOverloaded. Writes a Trace level error message, with log id "Id", to the log file.

See Also

ILogging Interface | SPSSMR.Data.Transformations Namespace