IBasicRepositoryConfiguratorConfigure Method (IAppender)Apache log4net™ SDK Documentation
Initialize the repository using the specified appender

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

void Configure(
	IAppender appender
)

Parameters

appender
Type: log4net.AppenderIAppender
the appender to use to log all logging events
Remarks

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

See Also

Reference