MemoryAppenderFix 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: 2.0.8.0-.NET 4.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

Reference