←Select platform

AddLoggingChannel Method

Summary

Registers the ILogginChannel to receive event logs.

Syntax

C#
VB
C++
public static void AddLoggingChannel( 
   ILoggingChannel channel 
) 
  
Public Shared Sub AddLoggingChannel( _ 
   ByVal channel As Leadtools.Jpip.Logging.ILogginChannel _ 
)  
public: 
static void AddLoggingChannel(  
   Leadtools.Jpip.Logging.ILogginChannel^ channel 
)  

Parameters

channel
The ILogginChannel to register.

Remarks

The ILogginChannel will receive the event log before events are fired by the EventLog event

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