FileLoggingChannel Constructor(string,bool)

Summary

Initializes a new instance of the FileLoggingChannel class.

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

Parameters

path
The path of the file to write the log.

append
If set to true append to the file, otherwise, overwrites the file if it exists.

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