log4net SDK Reference

BufferingAppenderSkeleton.OnlyFixPartialEventData Property

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.

[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 serialized. This will improve performance.

See FixVolatileData for more information.

See Also

BufferingAppenderSkeleton Class | log4net.Appender Namespace