edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Rolling file appender that moves the log file to a backup file once it exceeds a certain size.

Namespace: EnterpriseDT.Util.Debug
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

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