log4net SDK Reference

LoggingEvent.FixVolatileData Method (FixFlags)

Fix the fields specified by the FixFlags parameter

[Visual Basic]
Overloads Protected Sub FixVolatileData( _
   ByVal flags As FixFlags _
)
[C#]
protected void FixVolatileData(
   FixFlags flags
);

Parameters

flags
the fields to fix

Remarks

Only fields specified in the flags will be fixed. 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 | LoggingEvent.FixVolatileData Overload List