log4net SDK Documentation - Microsoft .NET Framework 4.0

IBasicRepositoryConfigurator.Configure Method (IAppender[])

Initialize the repository using the specified appenders

[Visual Basic]
Sub Configure( _
   ParamArray appenders As IAppender() _
)
[C#]
void Configure(
   params IAppender[] appenders
);

Parameters

appenders
the appenders to use to log all logging events

Remarks

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

See Also

IBasicRepositoryConfigurator Interface | log4net.Repository Namespace | IBasicRepositoryConfigurator.Configure Overload List