log4net SDK Reference

LoggingEvent.GetLoggingEventData Method ()

Gets the portable data for this LoggingEvent.

[Visual Basic]
Overloads Public Function GetLoggingEventData() As LoggingEventData
[C#]
public LoggingEventData GetLoggingEventData();

Return Value

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

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