IBasicRepositoryConfigurator.Configure Method (IAppender[])Apache log4netâ„¢ SDK Documentation
Initialize the repository using the specified appenders

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

void Configure(
	params IAppender[] appenders
)

Parameters

appenders
Type:log4net.Appender.IAppender[]
the appenders to use to log all logging events
Remarks

Configure the repository to route all logging events to the specified appenders.

See Also

Reference