LoggingEventLocationInformation Property Apache log4net™ SDK Documentation
Gets the location information for this logging event.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public LocationInfo LocationInformation { get; }

Property Value

Type: LocationInfo
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

Reference