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

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

public static ICollection Configure(
	IAppender appender
)

Parameters

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

See Also

Reference