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

Namespace: log4net.Config
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public static ICollection Configure(
	params IAppender[] appenders
)

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

Reference