log4net SDK Reference

CompositeProperties Class

This class aggregates several PropertiesDictionary collections together.

For a list of all members of this type, see CompositeProperties Members.

System.Object
   log4net.Util.CompositeProperties

[Visual Basic]
NotInheritable Public Class CompositeProperties
[C#]
public sealed class CompositeProperties

Thread Safety

This type is not safe for multithreaded operations.

Remarks

Provides a dictionary style lookup over an ordered list of PropertiesDictionary collections.

Requirements

Namespace: log4net.Util

Assembly: log4net (in log4net.dll)

See Also

CompositeProperties Members | log4net.Util Namespace