LoggingEventFix Property Apache log4net™ SDK Documentation
The fixed fields in this event

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax

public FixFlags Fix { get; set; }

Property Value

Type: FixFlags
The set of fields that are fixed in this event
Remarks

Fields will not be fixed if they have previously been fixed. It is not possible to 'unfix' a field.

See Also

Reference