LoggingEvent FixVolatileData Method (FixFlags)Apache log4net™ SDK Documentation
Fix the fields specified by the FixFlags parameter

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

protected void FixVolatileData(
	FixFlags flags
)
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