log4net SDK Reference

MemoryAppender.Fix Property

[This is preliminary documentation and subject to change.]

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;}

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