SystemInfoConfigurationFileLocation Property Apache log4net™ SDK Documentation
Gets the path to the configuration file for the current AppDomain.

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax

public static string ConfigurationFileLocation { get; }

Property Value

Type: String
The path to the configuration file for the current 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

Reference