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