ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Utilities Namespace / EventLog.EventType Enumeration

In This Topic
    EventLog.EventType Enumeration
    In This Topic
    EventType enumeration.
    Syntax
    Members
    MemberDescription
    Debug An event that includes detailed information about an operation within the application.
    Error An event that indicates a significant problem such as loss of data or loss of functionality.
    Information An event that describes the successful operation within the application.
    Warning An event that is not necessarily significant, but may indicate a possible future problem.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Desktop.Framework.Utilities.EventLog.EventType

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also