edtFTPnet/Free - Open-source FTP component for .NET | Download
Rolling file appender that moves the log file to a backup file once it exceeds a certain size.

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

Syntax

C#
public class RollingFileAppender : FileAppender
Visual Basic
Public Class RollingFileAppender _
	Inherits FileAppender
Visual C++
public ref class RollingFileAppender : public FileAppender

Inheritance Hierarchy

System..::..Object
  EnterpriseDT.Util.Debug..::..FileAppender
    EnterpriseDT.Util.Debug..::..RollingFileAppender

See Also