RollingFileLoggingChannel Constructor(string,bool)

Summary
Initializes a new instance of the RollingFileLoggingChannel class.
Syntax
C#
C++/CLI
public RollingFileLoggingChannel( 
   string path, 
   bool append 
) 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.