ArcGIS Pro 3.7 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 Shared Function ShouldLog( _
       ByVal type As EventLog.EventType _
    ) As Boolean
    public static bool ShouldLog( 
       EventLog.EventType type
    )

    Parameters

    type
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also