SystemInfo NotAvailableText Property Apache log4net™ SDK Documentation
Text to output when an unsupported feature is requested.

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

public static string NotAvailableText { get; set; }

Property Value

Type: OnlineString
Remarks

Use this value when an unsupported feature is requested.

The default value is NOT AVAILABLE. This value can be overridden by specifying a value for the log4net.NotAvailableText appSetting in the application's .config file.

See Also