Gets or sets a the fields that will be fixed in the event
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Property Value
Type: FixFlagsThe event fields that will be fixed before the event is buffered
Remarks
The logging event needs to have certain thread specific values captured before it can be buffered. See Fix for details.
See Also