log4net SDK Reference

LoggingEvent.Fix Property

The fixed fields in this event

[Visual Basic]
Public Property Fix As FixFlags
[C#]
public FixFlags Fix {get; set;}

Property Value

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

LoggingEvent Class | log4net.Core Namespace