FileLoggingChannel Constructor(string)

Summary

Initializes a new instance of the FileLoggingChannel class.

Syntax
C#
VB
C++
public FileLoggingChannel( 
   string path 
) 
  
Public Function New( _ 
   ByVal path As String _ 
) 
public: 
FileLoggingChannel(  
   String^ path 
) 

Parameters

path
The path to the file to write the log.

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