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

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

public static ICollection Configure(
	IAppender appender
)

Parameters

appender
Type: log4net.Appender IAppender
The appender 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 appender.

See Also