An NDoc Documented Class Library

MemoryAppender Class

Appends log statements to an in-memory buffer.

For a list of all members of this type, see MemoryAppender Members.

System.Object
   EnterpriseDT.Util.Debug.MemoryAppender

public class MemoryAppender : Appender

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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).

Requirements

Namespace: EnterpriseDT.Util.Debug

Assembly: edtFTPnet (in edtFTPnet.dll)

See Also

MemoryAppender Members | EnterpriseDT.Util.Debug Namespace