←Select platform

RollingFileLoggingChannel Constructor(String,Boolean)

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Logging Assembly
Click or drag to resize