ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / GeoprocessingOptions Class / WriteGPOperationsToLog Property

In This Topic
    WriteGPOperationsToLog Property
    In This Topic
    Gets whether information about the tools being run is written to an external log file.
    Syntax
    public bool WriteGPOperationsToLog {get;}
    Public ReadOnly Property WriteGPOperationsToLog As Boolean
    Remarks
    Note: see ArcGIS.Desktop.Core.Geoprocessing.GPExecuteToolFlags for available options for modifying behavior of ArcGIS.Desktop.Core.Geoprocessing.Geoprocessing.ExecuteToolAsync. Changing these parameters modifies behavior of interactive GP tools
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also