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 ILogginChannel _ 
)  
public: 
static void AddLoggingChannel(  
   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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly