public enum EventLog.EventType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum EventLog.EventType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum EventLog.EventType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum EventLog.EventType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
ArcGIS.Desktop.Framework.Utilities.EventLog.EventType
Target Platforms: Windows 11, Windows 10, Windows 8.1