Data Management Object Model Reference

Logging.CreatePrivateLog Method 

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.

[Visual Basic]
NotOverridable Public Function CreatePrivateLog() As Boolean _
    Implements ILogging.CreatePrivateLog
[C#]
public bool CreatePrivateLog();

Implements

ILogging.CreatePrivateLog

See Also

Logging Class | SPSSMR.Data.Transformations Namespace