Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

BufferingAppenderSkeleton.Fix Property

Gets or sets a the fields that will be fixed in the event

[Visual�Basic]
Overridable�Public�Property�Fix�As�FixFlags
[C#]
public�virtual�log4net.Core.FixFlags�Fix�{get;�set;}

Property Value

The event fields that will be fixed before the event is buffered

Remarks

The logging event needs to have certain thread specific values captured before it can be buffered. See Fix for details.

See Also

BufferingAppenderSkeleton Class | log4net.Appender Namespace | Fix