BufferingAppenderSkeletonFix Property Apache log4net™ SDK Documentation
Gets or sets a the fields that will be fixed in the event

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public virtual FixFlags Fix { get; set; }

Property Value

Type: FixFlags
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

Reference