BasicConfigurator Configure Method ( IAppender )Apache log4net™ SDK Documentation
Initializes the log4net system using the specified appenders.

Namespace: log4net.Config
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public static ICollection Configure(
	params IAppender[] appenders
)

Parameters

appenders
Type:  log4net.Appender IAppender 
The appenders to use to log all logging events.

Return Value

Type: OnlineICollection

[Missing <returns> documentation for "M:log4net.Config.BasicConfigurator.Configure(log4net.Appender.IAppender[])"]

Remarks

Initializes the log4net system using the specified appenders.

See Also