LoggingEventGetLoggingEventData Method (FixFlags)Apache log4net™ SDK Documentation
Gets the portable data for this LoggingEvent.

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

public LoggingEventData GetLoggingEventData(
	FixFlags fixFlags
)

Parameters

fixFlags
Type: log4net.CoreFixFlags
The set of data to ensure is fixed in the LoggingEventData

Return Value

Type: LoggingEventData
The LoggingEventData for this event.
Remarks

A new LoggingEvent can be constructed using a LoggingEventData instance.

See Also

Reference