EventLogLoggingChannel Constructor(EventLog)

Summary

Initializes a new instance of the EventLogLoggingChannel class.

Syntax
C#
VB
C++
public EventLogLoggingChannel( 
   EventLog eventLog 
) 
  
Public Function New( _ 
   ByVal eventLog As EventLog _ 
) 
public: 
EventLogLoggingChannel(  
   EventLog^ eventLog 
) 

Parameters

eventLog
The event log to associate with this logging channel.

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