SystemInfo GetAppSetting Method Apache log4net™ SDK Documentation
Lookup an application setting

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

public static string GetAppSetting(
	string key
)

Parameters

key
Type: OnlineSystem String
the application settings key to lookup

Return Value

Type: OnlineString
the value for the key, or null
Remarks

Configuration APIs are not supported under the Compact Framework

See Also