CompositeProperties.Add Method Apache log4netâ„¢ SDK Documentation
Add a Properties Dictionary to this composite collection

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

public void Add(
	ReadOnlyPropertiesDictionary properties
)

Parameters

properties
Type: log4net.Util.ReadOnlyPropertiesDictionary
the properties to add
Remarks

Properties dictionaries added first take precedence over dictionaries added later.

See Also

Reference