Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

BasicConfigurator.Configure�Method�(IAppender[])

Initializes the log4net system using the specified appenders.

[Visual�Basic]
Overloads�Public�Shared�Function�Configure( _
���ParamArray appenders�As�IAppender()�_
)�As�ICollection
[C#]
public�static�ICollection�Configure(
���params�IAppender[]appenders
);

Parameters

appenders
The appenders to use to log all logging events.

Remarks

Initializes the log4net system using the specified appenders.

See Also

BasicConfigurator Class | log4net.Config Namespace | BasicConfigurator.Configure Overload List