RollingFileLoggingChannel Constructor(string,bool)

Summary

Initializes a new instance of the RollingFileLoggingChannel class.

Syntax
C#
VB
C++
public RollingFileLoggingChannel( 
   string path, 
   bool append 
) 
  
Public Function New( _ 
   ByVal path As String, _ 
   ByVal append As Boolean _ 
) 
public: 
RollingFileLoggingChannel(  
   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 overwrite the file.

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