Logger repository base types and interfaces.
| Class | Description | 
|---|---|
| LoggerRepositorySkeleton | Base implementation of ILoggerRepository | 
| Interface | Description | 
|---|---|
| IBasicRepositoryConfigurator | Basic Configurator interface for repositories | 
| ILoggerRepository | Interface implemented by logger repositories. | 
| IXmlRepositoryConfigurator | Configure repository using XML | 
| Delegate | Description | 
|---|---|
| LoggerRepositoryConfigurationChangedEventHandler | Delegate used to handle event notifications for logger repository configuration changes. | 
| LoggerRepositoryConfigurationResetEventHandler | Delegate used to handle logger repository configuration reset event notifications | 
| LoggerRepositoryShutdownEventHandler | Delegate used to handle logger repository shutdown event notifications |