SystemInfo ConfigurationFileLocation Property Apache log4net™ SDK Documentation
Gets the path to the configuration file for the current OnlineAppDomain.

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public static string ConfigurationFileLocation { get; }

Property Value

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