Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

Hierarchy.BasicRepositoryConfigure�Method�

Initialize the log4net system using the specified appenders

[Visual�Basic]
Protected�Sub�BasicRepositoryConfigure( _
���ParamArray appenders�As�IAppender()�_
)
[C#]
protected�void�BasicRepositoryConfigure(
���params�IAppender[]appenders
);

Parameters

appenders
the appenders to use to log all logging events

Remarks

This method provides the same functionality as the Configure method implemented on this object, but it is protected and therefore can be called by subclasses.

See Also

Hierarchy Class | log4net.Repository.Hierarchy Namespace