ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Utilities Namespace / EventLog Class / ShouldLog Method

In This Topic
    ShouldLog Method
    In This Topic
    Used to control which types of events should be logged.
    Syntax
    public static bool ShouldLog( 
       EventLog.EventType type
    )
    Public Shared Function ShouldLog( _
       ByVal type As EventLog.EventType _
    ) As Boolean

    Parameters

    type
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also