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

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

protected void FixVolatileData(
	FixFlags flags
)

Parameters

flags
Type: log4net.CoreFixFlags
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

Reference