log4net SDK Reference

MemoryAppender.OnlyFixPartialEventData Property

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.

[Visual Basic]
Overridable Public Property OnlyFixPartialEventData As Boolean
[C#]
public virtual bool OnlyFixPartialEventData {get; set;}

Property Value

true if the appender should only fix part of the logging event data, otherwise false. The default is false.

Remarks

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.

See Also

MemoryAppender Class | log4net.Appender Namespace