C#
VB
C++
Represents the type of event generated by the Leadtools.Jpip.Server.JpipServer
public enum EventLogEntryEventType Public Enum EventLogEntryEventTypeInherits System.EnumImplements System.IComparable, System.IConvertible, System.IFormattable
public enum class EventLogEntryEventType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable Members
| Value | Member | Description |
|---|---|---|
| 0 | Error | Event log with information about events caused by an error. |
| 1 | Warning | Event log with warnings. |
| 2 | Information | Event log with general information. |
| 3 | Debug | Event log with information for debugging purposes. |
Use this enumeration to identify and filter the type and severity of events.
For an example, refer to Leadtools.Jpip.Server.JpipServer.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
