NOTE: This property is now obsolete.
Use Fix property
Gets or sets a value indicating whether only part of the logging event data should be fixed.
true
if the appender should only fix part of the logging event data, otherwise false
. The default is false
.
Setting this property to true
will cause only part of the event data to be fixed and stored in the appender, hereby improving performance.
See FixVolatileData for more information.
MemoryAppender Class | log4net.Appender Namespace