WriteLog Method

Summary

Writes event log information.

Syntax
C#
VB
C++
public void WriteLog( 
   EventLogEntry logEntry 
) 
  
Sub WriteLog( _ 
   ByVal logEntry As EventLogEntry _ 
)  
void WriteLog(  
   EventLogEntry^ logEntry 
)  

Parameters

logEntry
A EventLogEntry which contains the event log information.

Remarks

This method will be called by EventLogger when a new event log is generated.

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