Stores logging events in an array.
For a list of all members of this type, see MemoryAppender Members.
System.Object
���log4net.Appender.AppenderSkeleton
������log4net.Appender.MemoryAppender
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
The memory appender stores all the logging events that are appended in an in-memory array.
Use the GetEvents method to get the current list of events that have been appended.
Use the Clear method to clear the current list of events.
Namespace: log4net.Appender
Assembly: log4net (in log4net.dll)
MemoryAppender Members | log4net.Appender Namespace