Gets the portable data for this LoggingEvent.
Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Return Value
Type: LoggingEventDataThe 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