Text to output when a null is encountered.
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Property Value
Type: StringRemarks
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