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 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.