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

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public virtual FixFlags Fix { get; set; }

Property Value

Type: FixFlags
Remarks

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

See Also