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 |
---|---|---|
Debug | Event log with information for debugging purposes. | |
Error | Event log with information about events caused by an error. | |
Information | Event log with general information. | |
Warning | Event log with warnings. |
Use this enumeration to identify and filter the type and severity of events.
System.Object
System.ValueType
System.Enum
Leadtools.Jpip.Logging.EventLogEntryEventType