EventLogger Class

Summary

Provides static methods for interacting with event logs.

Syntax
C#
VB
C++
public static class EventLogger 
  
Public MustInherit NotInheritable Class EventLogger  
public ref class EventLogger abstract sealed  

Remarks

The EventLogger class let you receive event logging generated by components by registering to the EventLog event.

Also the EventLogger class has methods to register custom channel to write the logs to by implementing the ILogginChannel interface

Example

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

Requirements

Target Platforms

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

Leadtools.Jpip.Server Assembly