Gets the path to the configuration file for the current
AppDomain.
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Property Value
Type:
The path to the configuration file for the current

Remarks
The .NET Compact Framework 1.0 does not have a concept of a configuration file. For this runtime, we use the entry assembly location as the root for the configuration file name.
The value returned may be either a local file path or a URI.
See Also