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

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.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