Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

Hierarchy�Constructor�(PropertiesDictionary, ILoggerFactory)

Construct with properties and a logger factory

[Visual�Basic]
Overloads�Public�Sub�New( _
���ByVal properties�As�PropertiesDictionary,�_
���ByVal loggerFactory�As�ILoggerFactory�_
)
[C#]
public�Hierarchy(
���PropertiesDictionaryproperties,
���ILoggerFactoryloggerFactory
);

Parameters

properties
The properties to pass to this repository.
loggerFactory
The factory to use to create new logger instances.

Remarks

Initializes a new instance of the Hierarchy class with the specified ILoggerFactory.

See Also

Hierarchy Class | log4net.Repository.Hierarchy Namespace | Hierarchy Constructor Overload List