Data Management Object Model Reference

Logging.CreateGroupLog Method 

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.

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

Implements

ILogging.CreateGroupLog

See Also

Logging Class | SPSSMR.Data.Transformations Namespace