LoggingEvent GetLoggingEventData Method Apache log4net™ SDK Documentation
Gets the portable data for this LoggingEvent.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.14.0 (1.2.14.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