SystemInfo NullText Property Apache log4net™ SDK Documentation
Text to output when a null is encountered.

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

public static string NullText { get; set; }

Property Value

Type: OnlineString
Remarks

Use this value to indicate a null has been encountered while outputting a string representation of an item.

The default value is (null). This value can be overridden by specifying a value for the log4net.NullText appSetting in the application's .config file.

See Also