Gets the path to the configuration file for the current  AppDomain.
AppDomain.
            
Namespace: log4net.Util AppDomain.
AppDomain.
            Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Property Value
Type: String
StringThe path to the configuration file for the current
 AppDomain.
AppDomain.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