Note: This API is now obsolete.
Gets or sets a value indicating whether only part of the logging event
data should be fixed.
Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax
[ObsoleteAttribute("Use Fix property")] public virtual bool OnlyFixPartialEventData { get; set; }
Property Value
Type: Booleantrue 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(bool) for more information.
See Also