edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Appends log statements to an in-memory buffer.

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

Syntax

C#
public class MemoryAppender : Appender
Visual Basic
Public Class MemoryAppender _
	Implements Appender
Visual C++
public ref class MemoryAppender : Appender

Remarks

This appender keeps only the past MaxMessages lines in memory. They may be accessed at any time using the Messages property. It is useful for debugging problems where timing is critical (e.g. deadlocks).

Inheritance Hierarchy

System..::..Object
  EnterpriseDT.Util.Debug..::..MemoryAppender

See Also