Gets the location information for this logging event.
Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Property Value
Type: LocationInfoThe 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