Standard hierarchy repository implementation.
| Class | Description | 
|---|---|
| Hierarchy | Hierarchical organization of loggers | 
| Logger | Implementation of ILogger used by Hierarchy | 
| LoggerCreationEventArgs | Provides data for the LoggerCreatedEvent event. | 
| RootLogger | The RootLogger sits at the root of the logger hierarchy tree. | 
| XmlHierarchyConfigurator | Initializes the log4net environment using an XML DOM. | 
| Interface | Description | 
|---|---|
| ILoggerFactory | Interface abstracts creation of Logger instances | 
| Delegate | Description | 
|---|---|
| LoggerCreationEventHandler | Delegate used to handle logger creation event notifications. |