log4net SDK Reference

MemoryAppender.Fix Property

Gets or sets 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;}

Remarks

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

See Also

MemoryAppender Class | log4net.Appender Namespace