Basic Configurator interface for repositories
            
Namespace: log4net.Repository
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax
Methods
| Name | Description | |
|---|---|---|
| Configure(IAppender) | 
            Initialize the repository using the specified appender
              | |
| Configure(IAppender) | 
            Initialize the repository using the specified appenders
              | 
Remarks
Interface used by basic configurator to configure a ILoggerRepository with a default IAppender.
A ILoggerRepository should implement this interface to support configuration by the BasicConfigurator.
See Also