Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.7
|
Leadtools.Jpip.Logging Namespace : EventLogEntryEventType Enumeration |
public enum EventLogEntryEventType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum EventLogEntryEventType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As EventLogEntryEventType
public enum class EventLogEntryEventType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Error | Event log with information about events caused by an error. |
0x00000001 | Warning | Event log with warnings. |
0x00000002 | Information | Event log with general information. |
0x00000003 | Debug | Event log with information for debugging purposes. |
Use this enumeration to identify and filter the type and severity of events.
System.Object
System.ValueType
System.Enum
Leadtools.Jpip.Logging.EventLogEntryEventType