Constructor

Namespace: EnterpriseDT.Util.Debug
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public RollingFileAppender(
	string fileName,
	long maxFileSize
)
Visual Basic
Public Sub New ( _
	fileName As String, _
	maxFileSize As Long _
)
Visual C++
public:
RollingFileAppender(
	String^ fileName, 
	long long maxFileSize
)

Parameters

fileName
Type: System..::..String
name of file to log to
maxFileSize
Type: System..::..Int64
maximum size of log file in bytes

See Also