XmlConfigurator Configure Method (ILoggerRepository, Stream)Apache log4net™ SDK Documentation
Configures the ILoggerRepository using the specified configuration file.

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

public static ICollection Configure(
	ILoggerRepository repository,
	Stream configStream
)

Return Value

Type: OnlineICollection

[Missing <returns> documentation for "M:log4net.Config.XmlConfigurator.Configure(log4net.Repository.ILoggerRepository,System.IO.Stream)"]

Remarks

The configuration data must be valid XML. It must contain at least one element called log4net that holds the configuration data.

Note that this method will NOT close the stream parameter.

See Also