log4net SDK Reference

LoggingEvent.LocationInformation Property

Gets the location information for this logging event.

[Visual Basic]
Public ReadOnly Property LocationInformation As LocationInfo
[C#]
public LocationInfo LocationInformation {get;}

Property Value

The location information for this logging event.

Remarks

The collected information is cached for future use.

See the LocationInfo class for more information on supported frameworks and the different behavior in Debug and Release builds.

See Also

LoggingEvent Class | log4net.Core Namespace