XmlConfiguratorConfigure Method (ILoggerRepository)Apache log4net™ SDK Documentation
Automatically configures the ILoggerRepository using settings stored in the application's configuration file.

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

public static ICollection Configure(
	ILoggerRepository repository
)

Parameters

repository
Type: log4net.RepositoryILoggerRepository
The repository to configure.

Return Value

Type: ICollection

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

Remarks

Each application has a configuration file. This has the same name as the application with '.config' appended. This file is XML and calling this function prompts the configurator to look in that file for a section called log4net that contains the configuration data.

To use this method to configure log4net you must specify the Log4NetConfigurationSectionHandler section handler for the log4net configuration section. See the Log4NetConfigurationSectionHandler for an example.

See Also

Reference