IBasicRepositoryConfigurator InterfaceApache log4netâ„¢ SDK Documentation
Basic Configurator interface for repositories

Namespace: log4net.Repository
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax

public interface IBasicRepositoryConfigurator
Methods

  NameDescription
Public methodConfigure(IAppender)
Initialize the repository using the specified appender
Public methodConfigure(IAppender[])
Initialize the repository using the specified appenders
Top
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

Reference