Construct with properties and a logger factory
Namespace: log4net.Repository.HierarchyAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- properties
- Type: log4net.Util PropertiesDictionary
The properties to pass to this repository.
- loggerFactory
- Type: log4net.Repository.Hierarchy ILoggerFactory
The factory to use to create new logger instances.
Remarks
Initializes a new instance of the Hierarchy class with the specified ILoggerFactory.
See Also