←Select platform

WriteLog Method

Summary

Writes event log information.

Syntax

C#
VB
C++
public void WriteLog( 
   EventLogEntry logEntry 
) 
  
Sub WriteLog( _ 
   ByVal logEntry As Leadtools.Jpip.Logging.EventLogEntry _ 
)  

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

Leadtools.Jpip.Server Assembly