ArcGIS Pro 3.0 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, Windows 8.1

    See Also