LoggingEventGetLoggingEventData Method 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()

Return Value

Type: LoggingEventData
The LoggingEventData for this event.
Remarks

A new LoggingEvent can be constructed using a LoggingEventData instance.

Does a Partial fix of the data in the logging event before returning the event data.

See Also

Reference