Construct with a logger factory
            
Namespace: log4net.Repository.Hierarchy
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax
Parameters
- loggerFactory
 - Type: log4net.Repository.HierarchyILoggerFactory
The factory to use to create new logger instances. 
Remarks
Initializes a new instance of the Hierarchy class with the specified ILoggerFactory.
See Also