←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly