log4net SDK Reference

IBasicRepositoryConfigurator.Configure Method 

Initialize the repository using the specified appender

[Visual Basic]
Sub Configure( _
   ByVal appender As IAppender _
)
[C#]
void Configure(
   IAppender appender
);

Parameters

appender
the appender to use to log all logging events

Remarks

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

See Also

IBasicRepositoryConfigurator Interface | log4net.Repository Namespace