EventLogEntryEventType Enumeration

Summary
Represents the type of event generated by the Leadtools.Jpip.Server.JpipServer
Syntax
C#
VB
C++
public enum EventLogEntryEventType 
  
Public Enum EventLogEntryEventType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class EventLogEntryEventType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
Members
ValueMemberDescription
0Error Event log with information about events caused by an error.
1Warning Event log with warnings.
2Information Event log with general information.
3Debug Event log with information for debugging purposes.
Remarks

Use this enumeration to identify and filter the type and severity of events.

Example

For an example, refer to Leadtools.Jpip.Server.JpipServer.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.