Visual Basic (Declaration) | |
---|---|
Public Enum EventLogEntryEventType Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum EventLogEntryEventType : Enum |
C++/CLI | |
---|---|
public enum class EventLogEntryEventType : public Enum |
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. |
For an example, refer to Leadtools.Jpip.Server.JpipServer.
Use this enumeration to identify and filter the type and severity of events.
System.Object
System.ValueType
System.Enum
Leadtools.Jpip.Logging.EventLogEntryEventType
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family