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

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

public static string NotAvailableText { get; set; }

Property Value

Type: String
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

Reference