Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

IBasicRepositoryConfigurator.Configure�Method�(IAppender)

Initialize the repository using the specified appender

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

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 | IBasicRepositoryConfigurator.Configure Overload List