Gets the portable data for this LoggingEvent.
Namespace: log4net.CoreAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.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