Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

LoggingEvent.GetLoggingEventData�Method�(FixFlags)

Gets the portable data for this LoggingEvent.

[Visual�Basic]
Overloads�Public�Function�GetLoggingEventData( _
���ByVal fixFlags�As�FixFlags�_
)�As�LoggingEventData
[C#]
public�LoggingEventData�GetLoggingEventData(
���FixFlagsfixFlags
);

Parameters

fixFlags
The set of data to ensure is fixed in the LoggingEventData

Return Value

The LoggingEventData for this event.

Remarks

A new LoggingEvent can be constructed using a LoggingEventData instance.

See Also

LoggingEvent Class | log4net.Core Namespace | LoggingEvent.GetLoggingEventData Overload List