NOTE: This property is now obsolete.
Use Fix property
Gets or sets a value indicating if 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 serialized. This will improve performance.
See FixVolatileData for more information.
BufferingAppenderSkeleton Class | log4net.Appender Namespace