Initializes the log4net system using the specified appenders.
Namespace: log4net.Config
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- appenders
- Type: log4net.AppenderIAppender
The appenders to use to log all logging events.
Return Value
Type: ICollection[Missing <returns> documentation for "M:log4net.Config.BasicConfigurator.Configure(log4net.Appender.IAppender[])"]
Remarks
Initializes the log4net system using the specified appenders.
See Also